- Implementing Domain:Specific Languages with Xtext and Xtend
- Lorenzo Bettini
- 111字
- 2021-08-13 16:26:15
Chapter 1. Implementing a DSL
In this chapter, we will give a brief introduction on Domain Specific Languages (DSL) and the issues concerning their implementation, especially in the context of an IDE. The initial part of the chapter is informal: we will sketch the main tasks for implementing a DSL and its integration in an IDE. At the end of the chapter, we will also show you how to install Xtext and will give you a glimpse of what you can do with Xtext. Xtext is an Eclipse framework for the development of DSLs that covers all aspects of a language implementation, including its integration in the Eclipse IDE.
推薦閱讀
- Mastering OpenLayers 3
- 自己動手寫搜索引擎
- Getting Started with React
- Reactive Programming with Swift
- WSO2 Developer’s Guide
- Unity Virtual Reality Projects
- C語言程序設計
- Learning Python Design Patterns(Second Edition)
- JSP開發案例教程
- Python貝葉斯分析(第2版)
- GameMaker Programming By Example
- Mastering Linux Security and Hardening
- 零基礎學C語言第2版
- 機器學習微積分一本通(Python版)
- 并行編程方法與優化實踐