Allow disabling include-file feature
[cvc5.git] / src / parser / parser.h
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-20 Morgan DetersMerge branch '1.2.x'
2013-05-20 Morgan DetersDetect multiply-defined :named annotations and issue...
2013-05-20 Morgan DetersFix parsing of SMT-LIBv2 |quoted| symbols that span...
2013-05-20 Morgan DetersBetter error on illegal (pop N); also more compliant...
2013-05-17 Morgan DetersBetter error on illegal (pop N); also more compliant...
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
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 DetersTuples and records merge. Resolves bug 270.
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-09-28 Morgan DetersPublic interface review items:
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-06-22 François BobotParser: add the possibility to bind at level 0.
2012-06-07 Morgan DetersLogicInfo locking implemented, and some initialization...
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2011-10-04 Morgan Deterscompat layer cleanup
2011-09-21 Morgan Detersconsiderable bindings interface work, some improvements...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-05-23 Morgan Detersfixes for "make dist" and "make doc", minor cleanups
2011-05-14 Morgan Detersadd AscriptionType stuff to support nullary parameteriz...
2011-05-13 Andrew Reynoldsadded support for parametric datatypes, updated cvc...
2011-04-23 Morgan Deters* reviewed BooleanSimplification, added documentation...
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-31 Morgan Detersenable dependence graphs in doxygen; fix lots of doxyge...
2010-10-26 Christopher L. ConwayCleaning up some header files
2010-10-23 Christopher L. ConwayAdding Parser::setInput and using it in InteractiveShel...
2010-10-20 Christopher L. ConwayAdding support for interactive mode
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-02 Morgan Detersre-generated comment headers of source files
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-12 Christopher L. ConwayAdding ParserBuilder, reducing visibility of Parser...
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-06 Christopher L. ConwayAdding --strict-parsing option
2010-04-29 Dejan JovanovićAdded the capability to construct expressions by passin...
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-02-27 Christopher L. ConwayAdding --mmap option to use memory-mapped file input...
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 Detersminor fix for update-copyright.pl; ran update-copyright...
2010-02-03 Morgan DetersAddressed many of the concerns of bug 10 (build system...
2010-02-01 Dejan JovanovićFixing the CVC grammar for parsing Boolean expressions...
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-07 Dejan Jovanovićantlr parser for the cvc4 language (boolean only)
2009-12-06 Dejan JovanovićBig chunk of changes:
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-24 Morgan Detersvarious fixes and updates to use and support parser
2009-11-19 Morgan Deterstesting framework, configure fixes, incorporations...
2009-11-17 Morgan Detersfrom meeting