Lines Matching full:rewrite
32 the first set. Ultimately, I need to rewrite ANTLR v3 in itself (it's
144 ANTLR v3 tree construction is far superior--it provides tree rewrite
472 * tree grammars also can do rewrite=true for output=template.
474 If you are going to use $text in a tree grammar or do rewrite=true
479 * You get a warning for tree grammars that do rewrite=true and
486 output=template and rewrite=true for alt that is not simple
506 to string at last second. Allows you to rewrite with StringTemplate
509 * added rewrite option that makes -> template rewrites do replace ops for
510 TokenRewriteStream input stream. In output=template and rewrite=true mode
518 after each rewrite so that the input stream is altered. Later refs to
937 * fixed a place where I was adding syn predicates into rewrite stuff.
1176 * Using AST suffixes or -> rewrite syntax now gives an error w/o a grammar
1181 * didn't warn of ambig ref to $expr in rewrite; fixed.
1458 there is no loop in rewrite rule itself. Need to know context that
1498 * Fixed another bug in tree rewrite stuff where it was checking that elements
1525 * -> ({expr})(a={},...) notation for indirect template rewrite.
1861 * Tree construction rewrite rules are in
1867 The rewrite rules may be elements like ID, expr, $label, {node expr}
1872 any -> rewrite forces auto AST construction off for that alternative