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 "Grammar2Ecore"

(New page: == How to use Grammar to Ecore Generator == Under construction == Overview == Gymnast comprises two main parts (Runtime and Generator), each of which can in turn be divided into Core a...)
 
(Overview)
Line 4: Line 4:
  
 
== Overview ==
 
== Overview ==
 
Gymnast comprises two main parts (Runtime and Generator), each of which can in
 
turn be divided into Core and User Interface. This section is all about using the
 
Gymnast Generator to:
 
 
<ol>
 
  <li>create <code>.ast</code> files</li>
 
  <li>configure options in that file</li>
 
  <li>manually add a lexer file, and</li>
 
  <li>manually add the parser's <code>.jar</code> to the (Build path or Plugin dependencies)</li>
 
</ol>
 
 
so that POJO-style CST classes can be generated and compiled. More details are discussed in the technical report
 
[http://www.sts.tu-harburg.de/%7Emi.garcia/SoC2007/draftreport.pdf Generation of Eclipse-based IDEs for Custom DSLs]
 

Revision as of 09:46, 23 May 2008

How to use Grammar to Ecore Generator

Under construction

Overview

Back to the top