danieldietrich / xtext-protected-regions

Xtext Protected Regions
danieldietrich.net
12 stars 6 forks source link

Eval statements within strings (in different languages) #27

Closed danieldietrich closed 12 years ago

danieldietrich commented 13 years ago

Xtend2: ''' This is a «'''in a «'''in a «'''box'''»'''»'''».''' Dart: 'This is a ${ 'in a ${ 'in a ${ 'box' }' }' }.' (testable in the sandbox of dartlang.org)

TODO: Ignore String in character data.

(The border case that a user wants to denote protected regions within string instead of comments can be configured via IRegionParser by not specifying character data notations.)

danieldietrich commented 12 years ago

Works like a charm with the current 2.0.0 branch.