[il-antlr-interest: 23068] Re: [antlr-interest] Help with infix expression evaluator grammar

2009-04-09 Thread Christopher Schultz
Jim, On 4/9/2009 11:43 AM, Jim Idle wrote: > Christopher Schultz wrote: >> ANTLR folks, >> >> >> It seems like the most logical fix is to create a new top-level >> production that just says: >> >> return=expr (EOF!) >> >> ...and remov

[il-antlr-interest: 23066] [antlr-interest] Help with infix expression evaluator grammar

2009-04-09 Thread Christopher Schultz
ANTLR (especially those that can direct-generate Java bytecode to parse these things), so if there are any modifications I'd need to make to my grammar for that purpose, I'd appreciate feeback, too. Thanks, -chris header { /** * This software is Copyright (C) 2008 Christopher Schultz *