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"

Line 18: Line 18:
  
 
[[Category:Xtext]]
 
[[Category:Xtext]]
[[Category:modeling]]
+
[[Category:Xbase]] [[Category:Xtend]] [[Category:modeling]]
[[Category:oAW]]
+
[[Category:openArchitectureWare]]
+
 
[[Category:Eclipse Modeling Project]]
 
[[Category:Eclipse Modeling Project]]

Revision as of 08:08, 19 June 2013

We aim to make simple things simple and complex things possible.

(Alan Kay)

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. Still with the new version more sophisticated programming languages can be implemented.

Language development has never been so easy.

For more information go to our website: http://www.eclipse.org/Xtext

You can get also help by searching in the following locations:

Newslists archive: Forums

Eclipse TMF Forums: "TMF+(Xtext)"+question Forums

Copyright © Eclipse Foundation, Inc. All Rights Reserved.