summaryrefslogtreecommitdiff
path: root/src/parser
AgeCommit message (Expand)Author
2014-08-19Merge branch '1.4.x'Morgan Deters
2014-08-19Produce error for bad indexed function names in SMT-LIB, remove antlr warning.Morgan Deters
2014-08-18Merge branch '1.4.x'Morgan Deters
2014-08-18Revert a8e0ce67 and add test case (resolves bug #578).Morgan Deters
2014-08-18Add support for quantifier-specific instantiation levels. Add option for set...ajreynol
2014-08-06First crack at fixing double-linking issues in build system.Morgan Deters
2014-07-10rm warningKshitij Bansal
2014-07-10membership cvc token changed to `IS_IN' to avoid conflict with IN used for letKshitij Bansal
2014-07-10friendlyparser: go back upto 2 words looking for matchKshitij Bansal
2014-07-10reorganize friendlyparser, behavior unchangedKshitij Bansal
2014-07-09sets cvc parserKshitij Bansal
2014-07-01Update copyrights.Morgan Deters
2014-06-30Merge pull request #47 from kbansal/setsKshitij Bansal
2014-06-29sets: "insert" operatorKshitij Bansal
2014-06-25make emptyset construction with no arguments privateKshitij Bansal
2014-06-25rename subseteq to subset in smtlib, all kinds and smt operator names are now...Kshitij Bansal
2014-06-22Renaming of SMT2 operator names, kinds for set theoryKshitij Bansal
2014-06-22Re-enable UNTERMINATED_QUOTED_SYMBOL rules.Morgan Deters
2014-06-22Merge tag 'smtcomp2014-application'Morgan Deters
2014-06-22Final fixes for smtcomp2014-application.Morgan Deters
2014-06-21API documentation improvements.Morgan Deters
2014-06-19Better error for invalid concrete syntax of sorts with too many parens, like ...Morgan Deters
2014-06-09Merge pull request #29 from kbansal/alternatefixKshitij Bansal
2014-06-08parseErrorHelper : factor out whole word matchingKshitij Bansal
2014-06-08Previous "repeat" fix required extra lookahead (leading to assert-fails). Fi...Morgan Deters
2014-06-08smt2 parser: tokenize emptyset only if theory enabledKshitij Bansal
2014-06-08Better error when there are \backslashes in |quoted symbols|.Morgan Deters
2014-06-08Allow 'repeat' as an SMT-LIB user symbol name (UFNIA/vcc-havoc does this).Morgan Deters
2014-06-06Sets translate, and other short fixesKshitij Bansal
2014-06-04Add operator support (resolves bug #563).Morgan Deters
2014-06-04SMT strict mode now disallows N-ary use of concat, bvadd, bvmul, bvand, bvor,...Morgan Deters
2014-05-13Reject native extended ASCII characters. It requires user to use escaped sequ...Tianyi Liang
2014-04-29Fix for --force-logic to extend its reach to the parser.Morgan Deters
2014-04-29fix was compiler warning in antlr_input, crashing test case with the old fixKshitij Bansal
2014-04-29Revert a compiler warning fix from ea6a5a6.Morgan Deters
2014-04-29fix a typo: --string-exp => --strings-exp; fix a signed int warning in antlrTianyi Liang
2014-04-28Merge remote-tracking branch 'upstream/master' into setsKshitij Bansal
2014-04-27attempt to improve CVC4's "parse error" messageKshitij Bansal
2014-04-24Add --inst-max-level=N option for Kshitij. Support define-const command in S...Andrew Reynolds
2014-04-14Add initial support for co-datatypes.Andrew Reynolds
2014-04-10Expand definitions in theory datatypes, now has the expected semantics for in...Andrew Reynolds
2014-04-10Add support for cardinality constraints logic UFC. Add regressions in fmf/. ...Andrew Reynolds
2014-04-09Handle fmf.card as input from user, add support in SMT2 parser, as requested ...Andrew Reynolds
2014-04-04For security, add --no-filesystem-access option, which disables SMT-LIB scrip...Morgan Deters
2014-03-31add str to u16/u32, and u16/u32 to strTianyi Liang
2014-03-27adds new feature: re.loopTianyi Liang
2014-03-19Minor usability fixes related to SMT-LIB compliance.Morgan Deters
2014-03-14SMT-LIB compliance: allow bin/hex set-info, e.g. (set-info :key #xffff). Tha...Morgan Deters
2014-03-05Don't tokenize SET_THEORY operators in smt2 parserKshitij Bansal
2014-02-28add re.nostr for the empty regular expression; add re.allchar for the regular...Tianyi Liang
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback