[antlr-interest] Node return by a rewrite rule

Ion Ionascu ionionascu at gmail.com
Wed May 23 13:10:26 PDT 2012


Hi,


How can I get the node returned by a rewrite rule? I want to be able to use
to this node in the @after section by writing something like this:

rule:
  @after {
    // use the node B here
  }
  : A -> B;


Thank you,
Ion Ionascu

www.ionionascu.eu


More information about the antlr-interest mailing list