summaryrefslogtreecommitdiff
path: root/src/parser
AgeCommit message (Expand)Author
2013-06-19Fix to the "include" extended feature of the SMT-LIB parserMorgan Deters
2013-06-19Give a more useful parse error message for "undeclared variable -1".Morgan Deters
2013-06-15Fix in SMT2 parser for parametric datatypesAndrew Reynolds
2013-06-07Allow disabling include-file featureMorgan Deters
2013-06-04File inclusion in Smt2 parser.Morgan Deters
2013-05-29Merge branch '1.2.x'Morgan Deters
2013-05-29Fix bug where strict mode didn't allow DIV or MOD, and Ints permitted real di...Morgan Deters
2013-05-28Standardize SMT-LIBv2 set of logics to use LogicInfo.Morgan Deters
2013-05-21Merge branch '1.2.x'Morgan Deters
2013-05-21Fix an error that valgrind found.Morgan Deters
2013-05-20Merge branch '1.2.x'Morgan Deters
2013-05-20Detect multiply-defined :named annotations and issue an error.Morgan Deters
2013-05-20Fix parsing of SMT-LIBv2 |quoted| symbols that span newlines in interactive m...Morgan Deters
2013-05-20Compliance fixes for :named annotations: they must name closed subterms, the ...Morgan Deters
2013-05-20As per SMT-LIB standard: make - and xor take n>2 args and be left-assoc; => t...Morgan Deters
2013-05-20Better error on illegal (pop N); also more compliant SMT-LIB error messages i...Morgan Deters
2013-05-20Disallow construction of (_ BitVec 0).Morgan Deters
2013-05-20Fixed "success" response to (push N) / (pop N) with N > 1.Morgan Deters
2013-05-17As per SMT-LIB standard: make - and xor take n>2 args and be left-assoc; => t...Morgan Deters
2013-05-17Better error on illegal (pop N); also more compliant SMT-LIB error messages i...Morgan Deters
2013-05-17Disallow construction of (_ BitVec 0).Morgan Deters
2013-05-17Fixed "success" response to (push N) / (pop N) with N > 1.Morgan Deters
2013-05-10Update casc run script. Work on compliance for SZS output.Andrew Reynolds
2013-04-22add bit0 and bit1 constants to smt-lib v1 parserMorgan Deters
2013-04-09Change TPTP parser to not use the STRING type; this necessary to repurpose st...Morgan Deters
2013-04-02Regenerated copyrights: canonicalized names, no emailsMorgan Deters
2013-04-01update copyrightsMorgan Deters
2013-03-26Fixes for warnings from clang++, from -std=gnu++0x, from swig, and from javacMorgan Deters
2013-03-25java input stream adapters workingMorgan Deters
2013-03-21Add the ability to "mute" commands, needed for SMT-LIB compliance.Morgan Deters
2013-03-21Some model and printing fixes for defined functions in input.Morgan Deters
2013-03-20Interactive mode support for multiline inputMorgan Deters
2013-03-19Minor fixes to build systemMorgan Deters
2013-03-14Merge branch '1.0.x'Morgan Deters
2013-03-14fix to build system: #include the proper file when they are in both builds an...Morgan Deters
2013-03-08Disallow overflow in bitvector literals (parser only)Morgan Deters
2013-02-16Some cleanup and copyright updatingMorgan Deters
2013-02-15Merge branch '1.0.x'Morgan Deters
2013-02-15Fix ECHO command in CVC language parser to not output quotation marksMorgan Deters
2013-02-08Fix user-values in SMT-LIB v1.2Morgan Deters
2013-01-28Fixes for Win32 (closes bugs 488 and 489)Morgan Deters
2013-01-24Add win32 support (merge from mdeters/win32, with some cleanup).Morgan Deters
2013-01-23fix to workaround ANTLR 3.2 issue with initializationMorgan Deters
2013-01-23add user patterns to the Smt1 parser; update NEWS fileMorgan Deters
2013-01-22update ANTLR URLs (antlr.org -> antlr3.org)Morgan Deters
2012-12-11Ignore unknown term annotations (giving a warning). Resolves bug 479.Morgan Deters
2012-11-30fix the syntax of assert-rewrite/-propagation/-reduction by putting the patte...François Bobot
2012-11-28Bug fix:Morgan Deters
2012-11-27First chunk of boolean-terms support.Morgan Deters
2012-11-27Tuples and records merge. Resolves bug 270.Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback