libcmo21/CodeGen/CKErrorParser.g4

7 lines
151 B
ANTLR

parser grammar CKErrorParser;
options { tokenVocab = CKGeneralLexer; }
prog: definePair+ ;
definePair: CKGENERAL_DEFINE CKGENERAL_ID CKGENERAL_NUM ;