[antlr-interest] parser synpred bug in antlr-03-16-2007.14

Allen Short washort at divmod.com
Fri Mar 16 15:56:09 PDT 2007


grammar tiny;

a:
        'a'
    |   ('a' 'b') => 'a' 'b';


Upon compiling:
1. ERROR in tinyParser.java (at line 37)
	if ( (LA1_1==5) && (synpred1())) {
	                    ^^^^^^^^
The method synpred1() is undefined for the type tinyParser


More information about the antlr-interest mailing list