Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Regarding Category containing multi word
icon12.gif  Regarding Category containing multi word [message #1721987] Tue, 02 February 2016 01:55 Go to next message
Eclipse UserFriend
Hi ,

I am trying to write a rule such that


John Denver ,Tom Elliot

This means that each NAME can have multiple words and they can be separated by a "," .

I understand that STRING have to be in quotes . I am using ID currently to represent a name.

[Updated on: Tue, 02 February 2016 01:55] by Moderator

Re: Regarding Category containing multi word [message #1721989 is a reply to message #1721987] Tue, 02 February 2016 01:59 Go to previous messageGo to next message
Eclipse UserFriend
NameList : names+=Name ("," names+=Name)*;
Name: ID+;
Re: Regarding Category containing multi word [message #1721994 is a reply to message #1721989] Tue, 02 February 2016 02:38 Go to previous message
Eclipse UserFriend
Thank You for this . I missed the + part.
Previous Topic:Auto -Complete for intellij , based web editor
Next Topic:Changing the port for web DSL module
Goto Forum:
  


Current Time: Sat Jul 12 15:03:37 EDT 2025

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

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

Back to the top