Hi,

 

I'm new in developing with ANTLR and I created a short grammar for a
particular type of file (both are attached). If a fieldname is equal to a
keyword or the fieldname starts with the name of a keyword followed by a '_'
I got a 'NoViableAltException([EMAIL PROTECTED])' (with antlrworks). Why is 
that? 

 

Can somebody help me, please?

 

Thanks!

 

Best regards,

Thomas

 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to il-antlr-interest@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---

Attachment: MasterFileDescription.g
Description: Binary data

FILE=DATAOBJ , SUFFIX=SQLORA,$
SEGNAME=DATAOBJ , SEGTYPE=S0,$
FIELD=DATA_OBJECT ,ALIAS=DATA_OBJECT ,USAGE=A30   ,ACTUAL=A30   ,MISSING=OFF, 
TITLE='Tabelle',$
FIELD=OBJ_MFD     ,ALIAS=OBJ_MFD     ,USAGE=A20   ,ACTUAL=A20   ,MISSING=ON ,$
  FIELD=OBJ_PHS_NAME,ALIAS=OBJ_PHS_NAME,USAGE=A30   ,ACTUAL=A30   ,MISSING=ON ,$
  FIELD=ASCII_STORAGE                 ,ALIAS=ASCII_STORAGE                 ,
   USAGE=A80   ,ACTUAL=A80   ,MISSING=ON ,$
  FIELD=ASCII_FORMAT,ALIAS=ASCII_FORMAT,USAGE=A20   ,ACTUAL=A20   ,MISSING=ON ,$
List: http://www.antlr.org:8080/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org:8080/mailman/options/antlr-interest/your-email-address

Reply via email to