write some boring struct in VxTypes
This commit is contained in:
6
CodeGen/EnumsMigration/CKDefinesParser.g4
Normal file
6
CodeGen/EnumsMigration/CKDefinesParser.g4
Normal file
@ -0,0 +1,6 @@
|
||||
parser grammar CKDefinesParser;
|
||||
options { tokenVocab = CKGeneralLexer; }
|
||||
|
||||
prog: definePair+ ;
|
||||
|
||||
definePair: CKGENERAL_DEFINE CKGENERAL_ID (CKGENERAL_NUM | CKGENERAL_ID) ;
|
Reference in New Issue
Block a user