3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

create and register string theory plugin

the parser gets a little bit further now!
rejects input with "unexpected character"
This commit is contained in:
Murphy Berzish 2015-09-02 21:12:03 -04:00
parent 1f96e19211
commit e48ac4a97a
7 changed files with 183 additions and 0 deletions

1
.gitignore vendored
View file

@ -75,5 +75,6 @@ src/api/ml/z3.mllib
doc/api
doc/code
# reference code for z3str2
Z3-str
Z3-str/**