Lines Matching refs:grammars
80 ANTLR v3 sample grammars:
112 handles many more grammars than v2 does. In practice, it means you
133 You can do combined lexer/parser grammars again (ala PCCTS) both lexer
472 * tree grammars also can do rewrite=true for output=template.
479 * You get a warning for tree grammars that do rewrite=true and
668 * TreeParser suffix no longer generated for tree grammars
854 * line numbers for lexers in combined grammars are now reported correctly.
874 FooLexer.java. tree grammars generate FooTreeParser.java
1058 * memoize option for grammars, rules, blocks. Remove -nomemo cmd-line option
1496 * /* epsilon */ is not printed now when printing out grammars with empty alts
1554 * Tree grammars can now specify output; I've only tested output=templat
1608 * antlr generates #src lines in lexer grammars generated from combined grammars
1611 * lexers generated from combined grammars now use originally formatting.
1754 This all should work for tree grammars too, but I'm still testing.