Wiki source code of Textual Modeling with Xtext
Version 3.1 by msp on 2012/10/31 17:47
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 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 | |||
| |
3.1 | 9 | = Creating a Grammar = |
| 10 | |||
| |
1.1 | 11 |