Lines Matching full:literals
1356 * unicode literals didn't really work in DOT output and generated code. fixed.
1550 for strings, char literals and <<...>>
1591 * literals are now passed in the .tokens files so you can ref them in
1674 * Char/string literals are now all 'abc' not "abc".
1785 ANTLR didn't print ast suffix stuff back out for literals.
1833 * Using '\n' in a parser grammar resulted in a nonescaped version of '\n' in the token names table making compilation fail. I fixed this by reorganizing/cleaning up portion of ANTLR that deals with literals. See comment org.antlr.codegen.Target.
1841 * Added a few more unit tests dealing with escaped literals