Modify the smt2 parser to use the Sygus grammar. (#4829)
authorAbdalrhman Mohamed <32971963+abdoo8080@users.noreply.github.com>
Tue, 4 Aug 2020 20:23:54 +0000 (15:23 -0500)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 20:23:54 +0000 (15:23 -0500)
commit24a40040a4a5f88f96eada87e46323ace729f06a
treee2d74981a9f0d2ceb8bc973c619c71a3e099f2fe
parent0cbcf1f835f74c304e2ac3884143b7df9c7f75b6
Modify the smt2 parser to use the Sygus grammar. (#4829)
src/api/cvc4cpp.cpp
src/api/cvc4cpp.h
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/printer/smt2/smt2_printer.cpp
src/smt/command.cpp
src/smt/command.h
src/smt/smt_engine.cpp