[antlr-interest] Problems customizing tree construction

Mathilde GUERIN mathilde.guerin at gmail.com
Wed Jul 30 06:54:30 PDT 2008


I've already looked into this approach but it wouldn't solve my
problem (or at least, I don't think so...): in my project, the
variables that compose a group have to be represented as child nodes
of the group node:

 |-#GROUPB        (level=1)  <ASTGroup>
     |-#FIELDB-A  (level=2)  <ASTVariable>
     |-#FIELDB-B  (level=2)  <ASTVariable>

>From what I gathered from the symbol table articles that I read, I
wouldn't be able to do that with this approach... right?

~MG~


More information about the antlr-interest mailing list