[antlr-interest] (no subject)

Ron Burk ronburk at gmail.com
Tue Oct 2 10:52:25 PDT 2012


Possibly the problem is easier to spot if you formatted like this:

 common_param
         :      ( 'gender=' VAL )
         |      ( 'race=' VAL )
         |      ( 'name=' VAL )
         |      ( 'age=' VAL )    New_Line+
         ;

so it's obvious then that common_param has 4 productions,
only one of which can end in a newline.


More information about the antlr-interest mailing list