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. While Xtext equips you with a set of sensible defaults, you can tweak every single aspect of your language with Xtext's powerful APIs. A comprehensive documentation as well as the vivid community will help you getting started in no time. And if that is not enough you can buy trainings, consulting or support contracts delivered directly by the committers.
Out of the box, the editor supports syntax coloring based on the lexical structure and 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 warnings in your code instantaneously. With custom Quick Fixes you can correct these with a single keystroke.
You'll find all the editor features that you got used to in your favorite IDE in the editor for your very own language. There is bracket matching and auto-edit, an outline that shows the semantic structure of your model, code formatting to properly indent the documents and much more.
Xtext's advanced Eclipse integration goes far beyond the editor. You will not feel any difference between your language and Java.
Xtext tightly integrates with EMF: You can combine it with a plethora of other EMF-based tools, e.g. for mixed graphical and textual modeling.
The Xtext project is developed professionally, that is the core developers work full-time on it. Besides the comprehensive documentation, Xtext ships with several easy-to-consume examples demonstrating various aspects and customization points of the framework. Whenever you have a question, you'll get an answer in the forum which is driven by the ever growing community around Xtext. Furthermore, we offer professional support, build prototypes, review your language or will assist you with the implementation.