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 "Category:Xtext"

(New page:  {{#eclipseproject:modeling.tmf.xtext}} __NOTOC__ === ''We aim to make simple things simple and complex things possible.'' === ([http://en.wikipedia.org/wiki/Alan_Kay Alan Kay]) ...)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 {{#eclipseproject:modeling.tmf.xtext}} __NOTOC__
+
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.
  
=== ''We aim to make simple things simple and complex things possible.''  ===
+
The Framework integrates with technology from Eclipse Modeling. 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.  
 
+
([http://en.wikipedia.org/wiki/Alan_Kay Alan Kay])
+
 
+
[[Image:Xtext logo.png|right|450px]] 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.  
 
Language development has never been so easy.  
  
'''For more information go to our website: [http://www.eclipse.org/Xtext http://www.eclipse.org/Xtext]'''
+
[[Category:Modeling]] [[Category:OAW]] [[Category:OpenArchitectureWare]] [[Category:Eclipse_Modeling_Project]]
 
+
You can get also help by searching in the following locations:
+
 
+
'''Newslists archive: [http://www.google.com/search?num=50&&q=site%3Ahttp%3A%2F%2Fdev.eclipse.org%2Fnewslists%2Fnews.eclipse.modeling.tmf+question Forums]'''
+
 
+
'''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:Modeling]] [[Category:OAW]] [[Category:OpenArchitectureWare]] [[Category:Eclipse_Modeling_Project]]
+

Latest revision as of 08:04, 19 June 2013

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. 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.

Pages in category "Xtext"

The following 4 pages are in this category, out of 4 total.

Back to the top