Introduce smt2 parsing utility ParseOp and refactor (#3165)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 13 Aug 2019 15:08:27 +0000 (10:08 -0500)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2019 15:08:27 +0000 (10:08 -0500)
commit2267c5050fafde26b34dc1e84de015617efa7cc7
tree0f2fa596850760667205e6b45ec6f09b471aacaa
parenteba03c5af0112aea04d83977333ae37e8a13137d
Introduce smt2 parsing utility ParseOp and refactor (#3165)
src/parser/CMakeLists.txt
src/parser/smt2/Smt2.g
src/parser/smt2/parse_op.h [new file with mode: 0644]
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h