Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Grmr2JavaReport

Revision as of 10:39, 24 May 2008 by Unnamed Poltroon (Talk)

Generation of Java from Grammar file

This article describes the issues encountered, while working on the generation of Java code from a grammar file using Gymnast, Emfatic and Grammar2Ecore frameworks.

Assumptions

  • Eclipse plug-in project with a grammar file (SVG5.ast) is open as shown in Figure 1(a)
Grmr2JavaReport1.jpg
Figure 1(a) Start
  • srcGymnast is the source folder to which Gymnast runtime core plug-in is added manually. Please refer "Bugzilla entry 233805"

Back to the top