Eclipse Xtext icon
Eclipse Xtext icon

Eclipse Xtext

Xtext is an open-source framework for developing programming languages and domain-specific languages (DSLs). Unlike standard parser generators, Xtext not only generates a parser, but also a class model for the Abstract Syntax Tree and a fully featured, customizable Eclipse-based...

Eclipse Xtext screenshot 1

Cost / License

  • Free
  • Open Source

Application types

Platforms

  • Mac  JRE 6
  • Windows  JRE 1.6 or higher
  • Linux  JRE 1.6
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Extensible by Plugins/Extensions
  2.  Autocompletion
  3.  Java based
  4.  Java IDE

 Tags

  • development
  • programming
  • development-tools
  • validation
  • compiling-tool
  • java-development
  • plugins-management
  • abstract-syntax-tree
  • dsl
  • domain-specific-language
  • language-workbench
  • content-assist

Eclipse Xtext News & Activities

Highlights All activities

Recent activities

No activities found.

Eclipse Xtext information

  • Developed by

    US flagEclipse
  • Licensing

    Open Source and Free product.
  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all
Eclipse Xtext was added to AlternativeTo by actuosus on and this page was last updated . Eclipse Xtext is sometimes referred to as Xtext
No comments or reviews, maybe you want to be first?
Post comment/review

What is Eclipse Xtext?

Xtext is an open-source framework for developing programming languages and domain-specific languages (DSLs). Unlike standard parser generators, Xtext not only generates a parser, but also a class model for the Abstract Syntax Tree and a fully featured, customizable Eclipse-based IDE.Xtext is being developed in the Eclipse Project as part of the Eclipse Modeling Framework Project and is licensed under the Eclipse Public License.HistoryThe first version of Xtext was published in 2006 in the openArchitectureWare project. The last version released under the oAW project is version 4.3. Since the beginning of 2008, Xtext is developed at Eclipse under the Eclipse Modeling Project. Joining Eclipse's annual simultaneous release, Xtext released version 0.7.0 (June 2009), 1.0 (June 2010), 2.0 (June 2011) and 2.3 (June 2012). The framework is mainly developed by the German company.FunctionalityTo specify a language, a user has to write a grammar in Xtext's grammar language. This grammar describes how an Ecore model is derived from a textual notation. From that definition, a code generator derives a ANTLR parser and the classes for the object model. Both can be used independent of Eclipse.

Official Links