Hi,

I successfully buit an AST using the operators notation (^) but I need 
to customize a bit my AST construction. Could someone tell me what's the 
rewrite rules version of the following rule ?

andexpression
    : notexpression ( AND^ notexpression )*
    ;

I found a similar example at 
http://www.antlr.org/wiki/display/ANTLR3/Tree+construction but I failed 
to apply this to my problem.

Thanks in advance,

--
Aurélien

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