libcmo21/CodeGen/CKErrorParser.g4

7 lines
151 B
Plaintext
Raw Normal View History

2023-08-17 15:48:30 +08:00
parser grammar CKErrorParser;
options { tokenVocab = CKGeneralLexer; }
prog: definePair+ ;
definePair: CKGENERAL_DEFINE CKGENERAL_ID CKGENERAL_NUM ;