Here document string literals

Issue #126 new
Jesper Öqvist created an issue

Support here document in JastAdd aspects.

For example the syntax could look like this:

String A.aString = [[
the string
blah blah blah
]];

Everything inside the double brackets would be part of the string literal, even newlines and unescaped backslashes.

Comments (2)

  1. Log in to comment