Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Possible characters in STRING terminal rule
Possible characters in STRING terminal rule [message #1067609] Tue, 09 July 2013 14:50
kon f is currently offline kon fFriend
Messages: 152
Registered: March 2012
Senior Member
Hey,

I was wondering which UTF-8 character range fits into the * of the STRING terminal rule:

terminal STRING	: 
			'"' ( '\\' ('b'|'t'|'n'|'f'|'r'|'u'|'"'|"'"|'\\') | !('\\'|'"') )* '"' |
			"'" ( '\\' ('b'|'t'|'n'|'f'|'r'|'u'|'"'|"'"|'\\') | !('\\'|"'") )* "'"
		; 


Does the * also picks up non-printable control character from UTF-8?

Thank you.

Kon
Previous Topic:Ambiguities in xText scoping "Context"
Next Topic:Xtext and Eclipse e4
Goto Forum:
  


Current Time: Thu Apr 25 07:48:41 GMT 2024

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

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

Back to the top