Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Xtext"

m (fix typo)
Line 16: Line 16:
 
*'''[http://www.eclipse.org/gmt/oaw/download/ (Xtext 4.3) oAW Download instructions]''' - check out the available versions of oAW
 
*'''[http://www.eclipse.org/gmt/oaw/download/ (Xtext 4.3) oAW Download instructions]''' - check out the available versions of oAW
 
*'''[[Tutorial]]''' - learn how to develop languages
 
*'''[[Tutorial]]''' - learn how to develop languages
*'''[[oAW]]''' - learn how to develop generatos
+
*'''[[oAW]]''' - learn how to develop generators
 
*'''[[Xtext FAQ]]''' - the official Xtext FAQ
 
*'''[[Xtext FAQ]]''' - the official Xtext FAQ
 
|
 
|

Revision as of 11:01, 14 May 2008


Welcome to the Xtext wiki.

Xtext logo.png

Xtext is a framework/tool for development of external textual DSLs. Just describe your very own DSL using Xtext's simple EBNF grammar language and the generator will create a parser, an AST-meta model (implemented in EMF) as well as a full-featured Eclipse Text Editor from that.

The Framework integrates with technology from Eclipse Modeling such as EMF, GMF, M2T and parts of EMFT. Development with Xtext is optimized for short turn-arounds, so that adding new features to an existing DSL can be done in seconds.

Language development has never been so easy.

Xtext from oAW 4.3

Get Involved

Back to the top