RSS Feed for This PostCurrent Article

Java: Create DSL

With Xtext you can easily create your own programming languages and domain-specific languages (DSLs). The framework supports the development of language infrastructures including compilers and interpreters as well as full blown Eclipse-based IDE integration.

Out of the box, the editor supports syntax coloring based on the lexical structureand the semantic data of your files. Users are free to customize the highlighting and configure their favorite styles.

An Xtext editor proposes valid code completions at any place in the document, helping your users with the syntactical details of your language.

Xtext has outstanding support for static analysis and validation of your models. It has never been so easy to define constraints to tackle errors and warningsin your code instantaneously. With customquick fixes you can correct these with a single keystroke.


Trackback URL


Sorry, comments for this entry are closed at this time.