Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Xtext adding new DSL syntax dynamically
Xtext adding new DSL syntax dynamically [message #1243236] Mon, 10 February 2014 18:08 Go to next message
Nickie woo is currently offline Nickie wooFriend
Messages: 21
Registered: February 2014
Junior Member
Hi

I´m currently developing my first RCP application with Xtext as part of my editor to simplify model manipulation process. However i have a little problem to deal with the scenario where the user might want to add and remove the part of the DSL syntax after deployment.

Is it possible to automate the syntax modification process within the RCP ?
I was thinking something like making an additional plugin to do this is it possible ?

I´m open for all suggestions, thanks in advance
Re: Xtext adding new DSL syntax dynamically [message #1252396 is a reply to message #1243236] Fri, 21 February 2014 07:03 Go to previous message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
You cannot change the syntax without modifying the grammar and regenerating the parsers. You can however have validations which effectively disable certain parts.
Previous Topic:traceability and injector in xText
Next Topic:NullPointerException while invoking JvmModelInferrer/Generator for code generation from a Java Proje
Goto Forum:
  


Current Time: Fri Apr 26 09:12:31 GMT 2024

Powered by FUDForum. Page generated in 0.03484 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top