try use new way to generate code

This commit is contained in:
2023-08-17 15:48:30 +08:00
parent a6152b19d3
commit c1aac0beda
10 changed files with 76 additions and 213 deletions

11
.gitignore vendored
View File

@ -3,7 +3,6 @@
*.cmo
*.nms
*.vmo
CodeGen/dest/*.txt
PyCmoOld/
out/
@ -11,6 +10,16 @@ temp/
.vscode/
## Special Treat of CodeGen
CodeGen.old/
CodeGen/dest/*.txt
CodeGen/CKGeneralLexer*.*
CodeGen/CKEnumParser*.*
CodeGen/CKErrorParser*.*
CodeGen/CKClassidParser*.*
!CodeGen/*.g4
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##