Home | History | Annotate | Download | only in tool

Lines Matching full:didn

21 * reset() for token stream didn't skip initial off-channel tokens.
36 * empty alts with actions didn't have EPSILON dummy alt node.
40 * Udo noticed that Parser.getMissingSymbol() didn't set invented token's input
208 * code gen for AST and -profile didn't compile. had useless line:
229 * lexerStringRef was missing elementIndex attribute. i='import' didn't work
233 streams didn't dup node, it gave whole tree back.
253 * Refs to other tokens in a lexer rule didn't get its line/charpos right.
258 * Creating token from another token didn't copy input stream in CommonToken.
316 * Fixed ANTLR-374. Was caused by moved of grammars. %foo() stuff didn't work
338 * Fixed ANTLR-389. Strip didn't ignore options in subrules; also seemed
544 This didn't work since labels were stripped in the synpred and they weren't
618 * Didn't set _last in tree parser for rule ref track stuff (rewrite=true)
630 * Fixed another bug in TokenRewriteStream; didn't like inserts after end.
660 * Grammar imports didn't set all the delegate pointers...lots of imported
665 * List labels in tree construction didn't always track the tree; sometimes
720 * ANTLR didn't update line/col to DFA map for AW.
770 * Fixed ANTLR-207. Lexers importing vocabs didn't see ';'=4 type aliases in .tokens.
814 * Fixed ANTLR-217; scope A,B,C; didn't work
1007 * ANTLR lexer allowed octal escapes, but they didn't work. ;) Rather than
1518 * dupNode (via ctor) of CommonTree didn't copy start/stop token indexes.
1691 Interface just didn't make sense as is. If you turn on debugging, and
1731 * Auto backtracking didn't work with ! and ^ suffixes on first element
1734 * Auto backtracking didn't work with an action as first element.
1832 * Gated predicates didn't work properly in cyclic DFA.
1866 * CommonTreeNodeStream didn't push correctly; couldn't handle very
1899 * Fixed bug in lexer where ~T didn't compute the set from rule T.
1904 Sem pred states didn't define lookahead vars.
1912 * setTokenSource in CommonTokenStream didn't clear tokens list.
2001 * Sometimes fatal non-LL(*) messages didn't appear; instead you got
2104 * BaseTree.dupTree didn't dup recursively.
2248 * fixed bug in OrderedHashSet.add(). It didn't track elements correctly.
2256 TestInterpretedParsing didn't pick up an earlier change to CommonToken.
2407 * Removed a failsafe that seems to be unnecessary that ensure DFA didn't
2575 didn't actually work well. Now it's fast and works.
2712 * -> ($rulelabel)? didn't generate proper code for ASTs.
2724 * Didn't set ID1= and INT1= for this alt:
2739 * ^(ROOT ID?) Didn't work; nor did any other nullable child list such as
2751 * didn't warn of ambig ref to $expr in rewrite; fixed.
2761 * Rule b:(A B?)*; didn't display properly in AW due to the way ANTLR
2807 * Fixed analysis bug. This grammar didn't report a recursion warning:
2829 * Fixed a bug where referencing a return value on a rule didn't work
2830 because later a ref to that rule's predefined properties didn't
2847 didn't check
2926 * unicode literals didn't really work in DOT output and generated code. fixed.
3058 * hideous bug fixed: PLUS='+' didn't result in '+' rule in lexer
3060 * TokenRewriteStream didn't do toString() right when no rewrites had been done.
3071 * Tree rewrites had problems when you didn't have x+=FOO variables. Rules
3242 * DOT diagrams didn't show escaped char properly.
3350 * empty rules like "a : ;" generated code that didn't compile due to
3355 ANTLR didn't print ast suffix stuff back out for literals.
3362 * Dot star ".*" syntax didn't work; in lexer it is nongreedy by
3407 * ALLCHAR was a constant when it should use the Target max value def. set complement for wildcard also didn't use the Target def. Generally cleaned up the max char value stuff.
3409 * Code gen didn't deal with ASTLabelType properly...I think even the 3.0ea7 example tree parser was broken! :(
3476 // If they didn't specify a -o dir so just write to location