[antlr-interest] Records

Phil Ritchie endigitalmind at yahoo.co.uk
Sun Jul 16 14:53:30 PDT 2006


[Using ANTLRWorks 1.0ea11]
 
I'm creating a grammar to parse a record oriented file. (I know, there are more appropriate ways.) Everything works just dandy for the first record but then parsing stops. I have defined my start rule as:
 
file    :    record+
        ;
 
The whole definition of record appears to be fine so I'm stumped.
 
Phil.


More information about the antlr-interest mailing list