Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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. You will start by creating a textual syntax for Turing Machinesgrammar for Brainfuck.

 

Table of Contents

 

Preliminaries

...

  1. Dive deeper into the rich Xtext documentation: http://www.eclipse.org/Xtext/
  2. Perform our second Xtext tutorial: Xtext II - Existing Metamodels
  3. Go on with our Xtend tutorial:

...