Hi, I wrote grammer for expression evaluator and this grammer contains actions resposible for evalutions. Single expression will be evaluated more then once so I want to avoid multiple parsing the same expression. It would be greate to build syntax tree on time and use this tree to evaluated expression in multiple contexts. Is there simple way in antlr to do such thing ?
Tomasz 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.
