summaryrefslogtreecommitdiff
path: root/src/parser/smt2
AgeCommit message (Expand)Author
2010-10-03file header documentation regenerated with contributors names; no code modifi...Morgan Deters
2010-07-28Adding TypeCheckingException to throws clause in SMT parsersChristopher L. Conway
2010-07-27Moving EQ->IFF handling from TheoryEngine to parser/type checkerChristopher L. Conway
2010-07-08Adding missing operators in SMT2 parser: UMINUS, DIVISION, GEQ, LEQChristopher L. Conway
2010-07-06Adding Array types to SMT2 parserChristopher L. Conway
2010-07-06merge from CC work: pieces of the parser need to be declared to throw Asserti...Morgan Deters
2010-07-06Fixes for doubled-statistics (bug 171), a fix to muzzled builds and some mino...Morgan Deters
2010-07-04make dist && make distcheck functional, other fixesMorgan Deters
2010-07-03With this commit come a number of changes to build system to supportMorgan Deters
2010-07-02re-generated comment headers of source filesMorgan Deters
2010-06-30Parsing support for SMT divisions: LRA, QF_UFLIA, QF_UFLRA, QF_UFNRA, UFNIAChristopher L. Conway
2010-06-30* theory "tree" rewriting implemented and worksMorgan Deters
2010-06-15fix last commit gcc options (-wunknown-pragmas ==> -Wno-unknown-pragmas)Morgan Deters
2010-06-15remove warnings about unknown #pragma GCC diagnostic on older compilersMorgan Deters
2010-06-14Adding array select/store to SMT v1 and v2 parsersChristopher L. Conway
2010-06-04Adding QF_SAT to SMT parsersChristopher L. Conway
2010-06-04** Don't fear the files-changed list, almost all changes are in the **Morgan Deters
2010-06-04Enabling RDL/IDL in SMT v1 and adding some simple testsChristopher L. Conway
2010-06-03Implementing input from stdin (Fixes: #144)Christopher L. Conway
2010-06-01Adding SMT v2 parsing support for: QF_IDL, QF_NIA, QF_RDL, QF_UFIDLChristopher L. Conway
2010-06-01Fixing failing test in r521Christopher L. Conway
2010-05-12Adding ParserBuilder, reducing visibility of Parser and Input constructorsChristopher L. Conway
2010-05-12true and false are only defined if the core theory is loaded in SMT v2 strict...Christopher L. Conway
2010-05-12Adding class Smt2 to handle declaration of logic and theory symbolsChristopher L. Conway
2010-05-07Tightening lexer rules for numerals in SMT v2Christopher L. Conway
2010-05-06Adding --strict-parsing optionChristopher L. Conway
2010-05-06Adding AntlrInput::tokenTextSubstrChristopher L. Conway
2010-05-06Adding bit-vector constants in SMT2Christopher L. Conway
2010-05-04Minor change to SMT v2 grammarChristopher L. Conway
2010-05-04Adding general support for SMT2 set-info commandChristopher L. Conway
2010-05-04Handling SMT 2.0 symbols and info flagsChristopher L. Conway
2010-05-01Fixing private/public header warnings in parser libraryChristopher L. Conway
2010-04-29(Not) Handling parameterized sorts in SMT v2Christopher L. Conway
2010-04-29First draft implementation of SMT v2 parserChristopher L. Conway
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback