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

Difference between revisions of "Talk:Xtext/FAQ"

(New page: I'm trying to parse an ecore model from a script conform to a grammar using Xtext. the following link http://www.eclipse.org/Xtext/documentation.html#TutorialUnitTests present a code to a...)
 
(No difference)

Latest revision as of 07:45, 21 January 2013

I'm trying to parse an ecore model from a script conform to a grammar using Xtext. the following link http://www.eclipse.org/Xtext/documentation.html#TutorialUnitTests present a code to adapt to your project. The drawback is where to put this code.

Back to the top