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"

(We aim to make simple things simple and complex things possible.)
 
(45 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{#eclipseproject:modeling.tmf.xtext}}
+
{{Xtext}}
=TMF Xtext= __NOTOC__
+
===''We aim to make simple things simple and complex things possible.'' ===  
===''Common things are easy, special things are possible''===
+
([http://en.wikipedia.org/wiki/Alan_Kay Alan Kay])
  
 
[[Image:Xtext_logo.png|right|450px]]
 
[[Image:Xtext_logo.png|right|450px]]
Line 10: Line 10:
 
Language development has never been so easy.
 
Language development has never been so easy.
  
===Confused about different versions of Xtext?===
+
'''For more information go to our website: [http://www.eclipse.org/Xtext http://www.eclipse.org/Xtext]'''
The first version of Xtext (we call it <b>oAW Xtext</b>) 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.
+
You can get also help by searching in the following locations:
We refer to this version as <b>TMF Xtext</b>.
+
  
<b>TMF Xtext</b> will not be 100% compatible with languages developed with <b>oAW Xtext</b> but we'll provide migration help (partly automatically, partly via documentation).
+
'''Newslists archive: [http://www.google.com/search?num=50&&q=site%3Ahttp%3A%2F%2Fdev.eclipse.org%2Fnewslists%2Fnews.eclipse.modeling.tmf+question Forums]'''
 
+
{| border="0" cellspacing="15" valign="top" style="width:100%;"
+
 
+
|-valign="top"
+
|style="width:50%;"|
+
 
+
<h1>oAW Xtext (from oAW 4.3)</h1>
+
*'''[http://www.eclipse.org/gmt/oaw/download/ (Xtext 4.3) oAW Download instructions]''' - check out the available versions of oAW
+
*'''[[oAW]]''' - learn how to develop generators
+
|
+
 
+
<h1>Get Involved with TMF Xtext</h1>
+
*'''[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
+
*'''[[Xtext Repository Details|Source Code Access]]''' - get the code from CVS.
+
*'''[[Xtext Workspace Setup|Workspace Setup]]''' - how to set up your workspace.
+
*'''[[Xtext Documentation Engineering|Documentation Engineering]]''' - how to write documentation.
+
*'''[[Xtext Release Engineering|Release Engineering]]''' - how to set up the build and produce a release.
+
*'''[[Xtext Project Plan|Project Plan]]''' - what's coming up?.
+
|}
+
  
 +
'''Eclipse TMF Forums: [http://www.google.com/search?num=50&q=site%3Ahttp%3A%2F%2Fwww.eclipse.org%2Fforums%2F+intitle%3A"TMF+(Xtext)"+question Forums]'''
  
 
[[Category:Xtext]]
 
[[Category:Xtext]]
[[Category:modeling]]
+
[[Category:Xbase]] [[Category:Xtend]] [[Category:modeling]]
[[Category:oAW]]
+
[[Category:openArchitectureWare]]
+
 
[[Category:Eclipse Modeling Project]]
 
[[Category:Eclipse Modeling Project]]

Latest revision as of 08:11, 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

Back to the top