Wiki source code of Textual Modeling with Xtext
Version 3.1 by msp on 2012/10/31 17:47
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | This tutorial presents the Xtext framework, a toolsuite for the generation of plain text based model editors. Such textual editors provide syntax highlighting, content assist (ctrl-space), an outline, and much more out-of-the-box. | ||
2 | |||
3 | === Contents === | ||
4 | |||
5 | |||
6 | |||
7 | {{toc maxLevel="2"/}} | ||
8 | |||
9 | = Creating a Grammar = | ||
10 | |||
11 |