[antlr-interest] heterogeneous AST

Abhijit Nandkumar Ghonge Abhijit_Ghonge at infosys.com
Mon Oct 1 02:24:52 PDT 2007


Hi all,
            Can we implement heterogeneous ASTs in antlr v3? I have downloaded the latest antlr-3.0.1.tar.gz from antlr site and tried out writing a sample code with heterogeneous AST specified as below:

Exitstatement:
            'exit'<AST=com.example.core.ExitNode> NEWLINE!
            ;

However I'm getting the following error:
error(100): Expr.g:114:17: syntax error: antlr: FinScr.g:114:17: unexpected token: <
error(100): Expr.g:114:52: syntax error: antlr: FinScr.g:114:52: unexpected token: ExitNode
error(106): Expr.g:114:22: reference to undefined rule: com
error(106): Expr.g:114:26: reference to undefined rule: example
error(106): FinScr.g:114:32: reference to undefined rule: core

Can anybody help please, since I have done this in antlr-2.7.6, but I'm not able implement likewise in antlr-3.0.1?


Thanks,
~Abhijit.




**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20071001/8a84eebe/attachment.html 


More information about the antlr-interest mailing list