[antlr-interest] Changing the bracket delimiters in StringTemplate3

Gavin Lambert antlr at mirality.co.nz
Sat Jul 7 16:18:17 PDT 2007


At 10:37 8/07/2007, Bernardo Elayda wrote:
 >>Howdy. Try \< and see if that works.
[...]
 >That did not work.  Here's a short  and simplified version of my
 >tempalte and the problem:
[...]
 >c = d \<< 3;
 >e = f \>> 8;

How about this instead:

c = d \<\< 3;
e = f \>\> 8;

(Just a guess.)



More information about the antlr-interest mailing list