add parser

This commit is contained in:
2023-06-28 22:56:18 +08:00
parent b5afc3d80a
commit 2157c19de7
4 changed files with 106 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,6 +1,10 @@
## my ban
out/
temp/
NlpParser/*
!NlpParser/Nlp.g4
!NlpParser/testbench.txt
!NlpParser/compile.bat
.vscode/