Implementing Domain-Specific Languages with Xtext and Xtend. Click here to enter text. - Second Edition - Helion
Tytuł oryginału: Implementing Domain-Specific Languages with Xtext and Xtend. Click here to enter text. - Second Edition
ISBN: 9781786463272
stron: 426, Format: ebook
Data wydania: 2016-08-31
Księgarnia: Helion
Cena książki: 125,10 zł (poprzednio: 139,00 zł)
Oszczędzasz: 10% (-13,90 zł)
Xtext is an open source Eclipse framework for implementing domain-specific languages together with IDE functionalities. It lets you implement languages really quickly; most of all, it covers all aspects of a complete language infrastructure, including the parser, code generator, interpreter, and more.
This book will enable you to implement Domain Specific Languages (DSL) efficiently, together with their IDE tooling, with Xtext and Xtend. Opening with brief coverage of Xtext features involved in DSL implementation, including integration in an IDE, the book will then introduce you to Xtend as this language will be used in all the examples throughout the book. You will then explore the typical programming development workflow with Xtext when we modify the grammar of the DSL.
Further, the Xtend programming language (a fully-featured Java-like language tightly integrated with Java) will be introduced. We then explain the main concepts of Xtext, such as validation, code generation, and customizations of runtime and UI aspects. You will have learned how to test a DSL implemented in Xtext with JUnit and will progress to advanced concepts such as type checking and scoping. You will then integrate the typical Continuous Integration systems built in to Xtext DSLs and familiarize yourself with Xbase. By the end of the book, you will manually maintain the EMF model for an Xtext DSL and will see how an Xtext DSL can also be used in IntelliJ.
Osoby które kupowały "Implementing Domain-Specific Languages with Xtext and Xtend. Click here to enter text. - Second Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Implementing Domain-Specific Languages with Xtext and Xtend. Click here to enter text. - Second Edition eBook -- spis treści
- 1. Implementing a DSL
- 2. Creating Your First Xtext Language
- 3. Working with the Xtend Programming Language
- 4. Implementing Validation
- 5. Code Generation
- 6. Customizing Xtext components
- 7. Testing
- 8. An Expression Language
- 9. Type Checking
- 10. Scoping
- 11. Continuous Integration
- 12. Xbase
- 13. Advanced Topics
- 14. Targeting Other Environments