Page tree

Versions Compared

Key

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

...

Info
titleXtend

In current versions of Xtext, the validator file in the validation subpackage will be an Xtend file. If you do not know how to work with Xtend (and you don't want to experiment with it on your own), you can simple delete the Xtend file and add a BrainfuckValidator.java to the package. The BrainfuckValidator class should extend AbstractBrainfuckValidator.

To go further

Congratulations, you've completed the your first Xtext tutorial. However, as this is a beginners tutorial, you barely touched Xtext. If you want to know more, you could...

  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: