[antlr-interest] Problems with AntlrWorks 1.0b11

Gavin Lambert antlr at mirality.co.nz
Tue May 8 13:19:51 PDT 2007


At 07:53 9/05/2007, Gavin Lambert wrote:
>funcCall:  (IDENT list) (list)*;
>
>Although now that I look at that, it seems incorrect.  "funcCall 
>list" is basically "list+", so the real replacement rule would be:
>
>funcCall: IDENT list | list+;

Actually, no, ignore me: ANTLRworks' version is correct after all 
(though it could be tidied to IDENT list+).  I forgot about one 
case :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20070509/e34ae064/attachment.html 


More information about the antlr-interest mailing list