History log of /seL4-l4v-10.1.1/HOL4/src/HolSmt/SmtLib_Parser.sml
Revision Date Author Comments
# bf5cf131 20-May-2011 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Added parsing support for SMT-LIB's define-fun command.


# dd9d5c48 18-May-2011 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

set-logic is no longer expected to be the first command (in accordance with the
SMT-LIB standard).


# bea1ea5f 26-Feb-2011 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Major update, adding a translation from HOL to SMT-LIB 2 and enabling Z3 proof
checking again. (The latter still has some quirks, because Z3's proof
syntax is not fully SMT-LIB 2 compliant.)


# b3643b11 25-Oct-2010 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Z3 proof parser updated for Z3 2.13. The proof parser now uses the SMT-LIB
benchmark parser internally.


# eb2a2056 14-Oct-2010 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Fixed yet another compilation error. Added support for line comments (;...\n)
to the SMT-LIB parser.


# b2787fe2 13-Oct-2010 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Added a parser for SMT-LIB 2 benchmarks.


# 8f132552 20-Sep-2010 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Major update, adding support for Z3 2.11 proofs (SMT-LIB 2 format).

Note that this breaks Z3 proof checking from HOL4 (for now), as no translation
from HOL4 into SMT-LIB 2 has been implemented yet.