Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Mutliline string concatenation
Mutliline string concatenation [message #1753300] Fri, 03 February 2017 14:54 Go to next message
Daniel Millard is currently offline Daniel MillardFriend
Messages: 5
Registered: November 2016
Junior Member
Hello,
I'm looking to implement a new feature similar to how multiple line string concatenation works with Java ie:

"The dog" (after new line")
becomes
"The" +
"dog"

In my language however I'd need the + to be a &

Would any one know where this kind of functionality could be implemented?
Re: Mutliline string concatenation [message #1753301 is a reply to message #1753300] Fri, 03 February 2017 14:57 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
This depends on your grammar and your expression type system
Can you be more specific in your question?


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:How can i scope Strings or IDs?
Next Topic:Xtext, eclipse Che and outline view
Goto Forum:
  


Current Time: Sat Apr 20 02:18:35 GMT 2024

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

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

Back to the top