Remote Debugging with ANTLRWorks
Friday, October 19th, 2007
I have been working on a particular Antlr grammar where I have been using semantic predicates to control which alternative is evaluated for a given rule. More specifically I have been calling out to application logic in these predicates to allow sophisticated parsing decisions to be made by application logic. For example, I [...]