add python

This commit is contained in:
2023-07-02 17:35:03 +08:00
parent 2a234dbf7d
commit b62f6c2fa4
7 changed files with 85 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ out/
temp/
NlpSrc/*
!NlpSrc/*.nlp
!NlpSrc/README.md
NlpParser/*
!NlpParser/Nlp.g4
!NlpParser/NlpRunner.java