Fix for --force-logic to extend its reach to the parser.
[cvc5.git] / src / parser / parser.cpp
2014-04-29 Morgan DetersFix for --force-logic to extend its reach to the parser.
2014-04-01 Tim KingMerge branch '1.3.x'
2014-03-26 Morgan DetersMerge branch '1.3.x'
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-11 Morgan DetersMerge branch '1.3.x'
2014-03-07 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-03-05 Kshitij BansalMerge pull request #14 from kbansal/sets-parserchanges
2014-03-05 Kshitij BansalDon't tokenize SET_THEORY operators in smt2 parser
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-09-30 Liana Hadareanmerged golden
2013-09-09 Morgan DetersFix declare-datatypes dumping bug (bug 385).
2013-09-05 Morgan DetersFix lambda handling in CVC parser
2013-09-05 Morgan DetersFix declare-fun/define-fun in dumps; resolves bugs...
2013-08-26 Kshitij BansalMerge branch '1.2.x'
2013-06-25 Morgan DetersMerge branch '1.2.x'
2013-06-19 Morgan DetersMerge branch '1.2.x'
2013-06-19 Morgan DetersGive a more useful parse error message for "undeclared...
2013-06-07 Morgan DetersAllow disabling include-file feature
2013-06-03 Morgan DetersMerge tag 'casc24'
2013-05-22 Andrew ReynoldsMerge branch 'master' of https://github.com/CVC4/CVC4
2013-05-21 Morgan DetersMerge branch '1.2.x'
2013-05-21 Morgan DetersFix an error that valgrind found.
2013-05-20 Morgan DetersMerge branch '1.2.x'
2013-05-20 Morgan DetersDetect multiply-defined :named annotations and issue...
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-03-27 lianahadded model generation for bv subtheories and bv-inequa...
2013-03-26 Dejan JovanovićMerge branch 'master' of git@github.com:CVC4/CVC4.git
2013-03-26 Morgan Detersjava input stream adapters working
2013-03-20 Liana Hadareanmerged master with dejan's constant evaluating equality...
2013-03-15 Morgan DetersMerge branch '1.0.x'
2013-03-14 Morgan DetersMerge branch '1.0.x'
2013-03-09 Morgan DetersDisallow overflow in bitvector literals (parser only)
2013-02-02 lianahmerged master into branch
2012-12-15 Tim KingMerge remote-tracking branch 'main-repo/1.0.x' into...
2012-12-11 Morgan DetersMerge branch '1.0.x' (getting fix for bug 479)
2012-12-11 Morgan DetersIgnore unknown term annotations (giving a warning)...
2012-11-28 Morgan DetersBug fix:
2012-11-27 Morgan DetersFirst chunk of boolean-terms support.
2012-11-27 Morgan DetersTuples and records merge. Resolves bug 270.
2012-11-14 Tim KingFix for bug 407. mkAnonymousFunction() in the parser...
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-10-05 Morgan DetersBug-related:
2012-09-28 Morgan DetersPublic interface review items:
2012-09-27 Morgan Deters* Rename SMT parts (printer, parser) to SMT1
2012-08-24 Morgan Deters* disallow internal uses of mkVar() (you have to mkSkol...
2012-08-07 Morgan DetersSome items from the CVC4 public interface review:
2012-07-31 Morgan DetersOptions merge. This commit:
2012-06-22 François BobotParser: add the possibility to bind at level 0.
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2011-11-16 Morgan DetersAddressed many of the concerns raised in the public...
2011-11-01 Morgan DetersImprovements to header installation on user machines...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-05-14 Morgan Detersadd AscriptionType stuff to support nullary parameteriz...
2011-05-13 Andrew Reynoldsadded support for parametric datatypes, updated cvc...
2011-04-20 Morgan Detersnumerous bugfixes
2011-04-20 Morgan DetersTuesday end-of-day commit.
2011-04-18 Morgan DetersPartial merge from datatypes-merge branch:
2011-04-10 Morgan Detersmerge from replay branch
2010-10-09 Morgan Detersreverting some changes to parser from last commit
2010-10-09 Morgan Deterssupport for SMT-LIBv2 :named attributes, and attributes...
2010-10-06 Morgan Detersdeclare-sort, define-sort working but not thoroughly...
2010-10-05 Morgan Detersparser and core support for SMT-LIBv2 commands get...
2010-07-28 Christopher L. ConwayForcing a type check on Node construction in debug...
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-12 Christopher L. Conwaytrue and false are only defined if the core theory...
2010-05-12 Christopher L. ConwayAdding class Smt2 to handle declaration of logic and...
2010-05-07 Christopher L. ConwayTightening lexer rules for numerals in SMT v2
2010-05-06 Christopher L. ConwayAdding --strict-parsing option
2010-05-06 Christopher L. ConwayAdding bit-vector constants in SMT2
2010-04-28 Christopher L. ConwayRefactoring Input/Parser code to support external manip...
2010-03-30 Christopher L. ConwayMerging from branches/antlr3 (r246:354)
2010-03-05 Morgan Deters* public/private code untangled (smt/smt_engine.h no...
2010-02-27 Christopher L. ConwayAdding --mmap option to use memory-mapped file input...
2010-02-25 Morgan Deters* src/expr/node.h: add a copy constructor. Apparently...
2010-02-22 Morgan Deters* configure.ac: Remove doc/ from search path for Makefi...
2010-02-18 Christopher L. ConwayAdding --no-checking option to disable semantic checks...
2010-02-04 Morgan Detersremove -*- c++ -*- emacs tag from source files (it...
2010-02-04 Morgan Deterssrc/expr/kind.h is now automatically generated.
2010-02-04 Morgan Detersminor fix for update-copyright.pl; ran update-copyright...
2010-02-03 Dejan JovanovićELSEIF support and parser debugging with '-d parser'
2010-02-01 Dejan JovanovićFixing the CVC grammar for parsing Boolean expressions...
2009-12-18 Dejan JovanovićMore fixes fot the parser tests.
2009-12-18 Dejan JovanovićChanging some deatils on the parser. Now we know we...
2009-12-18 Morgan Detersmore build system fix-ups
2009-12-18 Dejan JovanovićLots of parser changes to make Chris happy. Yet more...
2009-12-17 Morgan Detersupdate-copyright.pl now retrieves and incorporates...
2009-12-11 Dejan JovanovićExtracted the public Expr and ExprManager interface...
2009-12-10 Dejan Jovanovićkilling expr into node...
2009-12-09 Morgan Deterssome fixes and organizational adjustments to assert...
2009-12-08 Morgan Detersparser build fixes
2009-12-08 Morgan Deterscheck in automake/libtool/autoconf-generated files...
2009-12-08 Morgan Deterswork on propositional layer, expression builder support...
2009-12-07 Dejan Jovanovićantlr parser for the cvc4 language (boolean only)
2009-12-06 Dejan JovanovićBig chunk of changes:
2009-12-05 Morgan Detersmore build system work
2009-12-03 Morgan Detersparsing/expr/command/result/various other fixes
2009-11-26 Dejan JovanovićEnough parsing for tonight. Added:
2009-11-25 Morgan Detersadditional work on parser hookup, configuration + build
2009-11-17 Morgan Detersanother pass
next