[antlr-interest] Custom AST Nodes in v3

Rebecca Chernoff rebecca.chernoff at gmail.com
Mon Jun 5 01:29:02 PDT 2006


I apologize if I've overlooked this.  I am trying to convert a v2 grammar to
v3.  I have my tokens section defined with custom AST nodes.

tokens {
  RULE<AST=CustomRule>;
  ...
}


I can't get this to work with v3; it just generates syntax errors.  Is this
functionality not support in v3 yet or has the syntax changed?

Thanks~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20060605/2c3ede30/attachment-0001.html


More information about the antlr-interest mailing list