libcmo21/CodeGen/EnumsMigration
2023-09-13 22:33:41 +08:00
..
dest write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
src write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
.gitignore write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
CKDefinesParser.g4 write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
CKEnumsParser.g4 write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
CKGeneralLexer.g4 write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
ClassidWalker.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
ClassidWriter.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
CommentsFinder.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
CommonHelper.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
DefinesWalker.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
EnumsHelper.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
EnumsWalker.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
ErrorsWriter.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
GeneralWriter.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
IndentHelper.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
MainRunner.java write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00
README.md write some boring struct in VxTypes 2023-09-13 22:33:41 +08:00

Code Gen

A helper program to generate some definations.

antlr4 CKGeneralLexer.g4
antlr4 CKEnumsParser.g4
antlr4 CKDefinesParser.g4

javac *.java
java MainRunner