Skip to main content



      Home
Home » Modeling » TMF (Xtext) » UNTIL token question
UNTIL token question [message #691078] Thu, 30 June 2011 12:22
Eclipse UserFriend
terminal BLOCK : '{' -> '}';

I want to impl a terminal rule to allow a block of arbitrary script code
inside the curly braces, the problem is that one can also nest a curlies
inside the block. What are the options other than trying to deal with the
entire syntax of the BLOCK script language.

{
// some script
if(foo)
{
.....
}
}
Previous Topic:Find References in Xtext 2 problem
Next Topic:Unassigned actions and cross links
Goto Forum:
  


Current Time: Tue Jul 22 17:04:10 EDT 2025

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

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

Back to the top