Lines Matching refs:grammars

64   time landmine occasionally with huge grammars; fails over to backtracking
74 * Sam Harwell ported all v2 grammars to v3!
316 * Fixed ANTLR-374. Was caused by moved of grammars. %foo() stuff didn't work
347 imported grammars, it will run antlr on them.
353 checker (what grammars depend on etc...). Totally independent of any
387 Made filter mode valid for tree grammars and have it automatically set
601 for delegate grammars. Fixes ANTLR-302
661 grammars would cause a null ptr exception. Fixes ANTLR-292.
670 * Improved unit testing so that each test suite executes and builds grammars
803 * Fixed ANTLR-237. updated -depend to know about imported grammars.
846 no matter what to rewrite trees in tree grammars. added unit test
944 * Continued work on debugging/profiling composite grammars.
946 * Updated debug protocol for debugging composite grammars. enter/exit
958 * Making debugging/profiling work with composite grammars.
960 * Updated ANTLRWorks so it works still for noncomposite grammars.
965 * Worked on composite grammars. Had to refactor a lot of code to make
966 ANTLR deal with one meta grammar made up of multiple grammars. I
970 conflicting tokens inherited from multiple grammars etc...
1017 AST rewrite mode for tree grammars. Should be useful later for .text
1110 big 4000 line grammars etc...
1233 imported grammars before analyzing them and building DFA. Added
1235 delegate grammars. Changed decision DFA DOT file names to
1245 NFA now span multiple grammars and so I moved the NFAs state
1256 grammars, the transition object now attracts a pointer to
1279 Grammars can now import other grammars, which I implemented
1281 grammar A imports grammars B and C, then the generated
1334 Added functionality to support testing composite grammars.
1345 Tracks main grammar and all delegate grammars. Tracks unique
1347 of grammars computed from the import/delegation chain. When
1361 Added some error messages for import grammars; I need more.
1372 rule lookup stuff so that it knows about delegate grammars.
1614 tree grammars was messing up.
1616 * got tree rewrites working in tree grammars. It builds a completely new
1623 grammars. Runtime libraries have also changed.
1861 tokens. I cleaned up a lot of stuff in the grammars and added lots
2042 * tree grammars also can do rewrite=true for output=template.
2049 * You get a warning for tree grammars that do rewrite=true and
2238 * TreeParser suffix no longer generated for tree grammars
2424 * line numbers for lexers in combined grammars are now reported correctly.
2444 FooLexer.java. tree grammars generate FooTreeParser.java
2628 * memoize option for grammars, rules, blocks. Remove -nomemo cmd-line option
3066 * /* epsilon */ is not printed now when printing out grammars with empty alts
3124 * Tree grammars can now specify output; I've only tested output=templat
3178 * antlr generates #src lines in lexer grammars generated from combined grammars
3181 * lexers generated from combined grammars now use originally formatting.
3324 This all should work for tree grammars too, but I'm still testing.