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 22: Line 22:
 
|-valign="top"
 
|-valign="top"
 
|style="width:50%;"|
 
|style="width:50%;"|
<h1>Get Involved with TMF Xtext</h1>
+
<h1>TMF Xtext</h1>
 
*'''[http://www.eclipse.org/modeling/tmf/downloads/?project=xtext Download]''' - get the latest builds
 
*'''[http://www.eclipse.org/modeling/tmf/downloads/?project=xtext Download]''' - get the latest builds
 
*'''[[Xtext/Documentation| Documentation]]''' - read about the details.
 
*'''[[Xtext/Documentation| Documentation]]''' - read about the details.
 
*'''[http://www.eclipse.org/projects/project-plan.php?projectid=modeling.tmf Project Plan]''' - what's coming up?.
 
*'''[http://www.eclipse.org/projects/project-plan.php?projectid=modeling.tmf Project Plan]''' - what's coming up?.
 
*'''[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Modeling&product=TMF&component=Xtext&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=exact&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Xtext Bugzilla]''' - review and create Bugzilla entries
 
*'''[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Modeling&product=TMF&component=Xtext&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=exact&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Xtext Bugzilla]''' - review and create Bugzilla entries
 +
*'''[https://bugs.eclipse.org/bugs/enter_bug.cgi?product=TMF&version=0.7.0&component=Xtext&rep_platform=All&op_sys=All File a bug]''' - file bugs and feature requests
 
*'''[https://dev.eclipse.org/mailman/listinfo/xtext-dev Developer Mailing List]''' - Subscribe to the developer list.
 
*'''[https://dev.eclipse.org/mailman/listinfo/xtext-dev Developer Mailing List]''' - Subscribe to the developer list.
 
*'''[[Xtext Repository Details|Source Code Access]]''' - get the code from CVS.
 
*'''[[Xtext Repository Details|Source Code Access]]''' - get the code from CVS.

Revision as of 13:47, 16 February 2009

{{#eclipseproject:modeling.tmf.xtext}}

TMF Xtext

When common things are easy and rare things are possible

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.

Confused about different versions of Xtext?

The first version of Xtext (we call it oAW Xtext) has been developed under the umbrella of openArchitectureWare. It's part of the 4.3 release.

Since the creation of TMF (Textual Modeling Framework), a sub-project under the eclipse modeling project (EMP), there is a new version of Xtext being developed. We refer to this version as TMF Xtext.

TMF Xtext will not be 100% compatible with languages developed with oAW Xtext but we'll provide migration help (partly automatically, partly via documentation).

TMF Xtext

oAW Xtext (from oAW 4.3)

Back to the top