[antlr-interest] Function Call,

Bryan Ewbank ewbank at gmail.com
Wed Jun 29 08:02:38 PDT 2005


Remove the extra parenthesis around the #(ELIST ... ) subrule.  Again,
I think the trace output for tree parsers is most helpful...

WRONG:
    #(METHOD_CALL ( #(ELIST (expression)*) ) )

RIGHT:
    #(METHOD_CALL #(ELIST (expression)* ) )

Hope this helps,
- Bryan


More information about the antlr-interest mailing list