Add support for re.all (#2980)
[cvc5.git] / src / parser / parser_builder.cpp
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-08-09 Aina NiemetzPlug solver API object into parser. (#2240)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-05-03 Andrew ReynoldsInitial support for string standard in smt lib 2.6...
2018-01-06 Tim KingRemoving throw specifiers from src/parser/. (#1486)
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-03-16 ajreynolParsing support for SMT LIB 2.6. Minor fixes for printi...
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-01-28 Tim KingAdding listeners to Options.
2015-12-30 Tim KingShuffling around public vs. private headers
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-01-14 Morgan Deterssygus input language and benchmark
2014-11-10 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-05 Morgan DetersMerge branch '1.4.x'
2014-10-23 Morgan DetersParsing and infrastructure support for SMT-LIBv2.5...
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
2014-04-29 Morgan DetersFix for --force-logic to extend its reach to the parser.
2014-04-06 Tim KingMerge pull request #21 from pcc/ite-fix
2014-04-04 Morgan DetersFor security, add --no-filesystem-access option, which...
2013-09-30 Liana Hadareanmerged golden
2013-08-26 Kshitij BansalMerge branch '1.2.x'
2013-07-11 Morgan DetersSupport for TPTP's TFF0 (with arithmetic)
2013-06-25 Morgan DetersMerge branch '1.2.x'
2013-06-19 Morgan DetersMerge branch '1.2.x'
2013-06-07 Morgan DetersAllow disabling include-file feature
2013-06-04 Morgan DetersMerge branch '1.2.x'
2013-05-29 Morgan DetersMerge branch '1.2.x'
2013-05-21 Morgan DetersMerge branch '1.2.x'
2013-05-21 Morgan DetersMerge branch '1.2.x'
2013-05-20 Morgan DetersMerge branch '1.2.x'
2013-05-10 Andrew ReynoldsUpdate casc run script. Work on compliance for SZS...
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-09-28 Morgan DetersPublic interface review items:
2012-09-27 Morgan Deters* Rename SMT parts (printer, parser) to SMT1
2012-07-31 Morgan DetersOptions merge. This commit:
2012-06-22 François BobotTPTP: add parser for cnf and fof
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2012-02-20 Morgan Detersportfolio merge
2011-11-01 Morgan DetersImprovements to header installation on user machines...
2011-09-02 Dejan Jovanović* Changing pre-registration to be context dependent...
2011-04-20 Morgan DetersTuesday end-of-day commit.
2011-04-15 Morgan Detersparser/driver fixes for last commit
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-22 Morgan Detersfix valgrind-reported errors in parser builder; a non...
2010-10-22 Christopher L. ConwaySaving state between lines in interactive mode (Fixes...
2010-10-22 Christopher L. ConwayUsing Options in ParserBuilder and InteractiveShell
2010-10-20 Christopher L. ConwayEnabling semantic checks in ParserBuilder
2010-10-20 Christopher L. ConwayAdding support for interactive mode
2010-10-08 Morgan Deters* (define-fun...) now has proper type checking in non...
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-06-04 Christopher L. ConwayEnabling RDL/IDL in SMT v1 and adding some simple tests
2010-06-03 Christopher L. ConwayImplementing input from stdin (Fixes: #144)
2010-05-12 Christopher L. ConwayAdding ParserBuilder, reducing visibility of Parser...