[antlr-interest] thoughts on ANTLR v4's use of interpreters

Michael Bedward michael.bedward at gmail.com
Sun Apr 17 18:01:28 PDT 2011


I really like the idea of being able to skip code generation for
modest tasks. It's reminiscent of the Spirit parser for C++ which I
used a little in a previous life.

Allowing explicit error cases with associated actions in a grammar is
an interesting idea. Would there also be some way of having a default
/ catch-all error case following, or instead of, explicit cases ?

Michael

On 18 April 2011 09:22, Terence Parr <parrt at cs.usfca.edu> wrote:
> "These are some of my favorite things: PDA, RTN, ATN, DFA, NFA"
>
> http://bit.ly/fUGLd0
>
> Ter
>
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
>


More information about the antlr-interest mailing list