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

Grammar2Ecore

Revision as of 09:46, 23 May 2008 by Marudhar rakesh.yahoo.co.in (Talk | contribs) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 and User Interface. This section is all about using the Gymnast Generator to:

  1. create .ast files
  2. configure options in that file
  3. manually add a lexer file, and
  4. manually add the parser's .jar to the (Build path or Plugin dependencies)

so that POJO-style CST classes can be generated and compiled. More details are discussed in the technical report Generation of Eclipse-based IDEs for Custom DSLs

Back to the top