Hello, can you help me somebody? I wrote ExpressionParser in ANTLR, which parse
math expression to a tree. I was using CommonTree class as a target. Now I need
to create my own tree class, because I have to create additional methods. Is
there any way to create own tree class, which could be used by ANTLR grammar as
a target tree class.

options {
        language=CSharp2;
        output=AST;
        ASTLabelType=MY_OWN_CLASS;
        }

Best help for me would be an advice, how to write class like CommonTree, because
the code of CommonTree methods is not visible of course. Every class, i have
written doesn't work. Thanks a lot!!!! 

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to