api: Rename get(Selector|Constructor)Term() to getTerm(). (#8537)
[cvc5.git] / src / parser / parser.cpp
2022-04-02 Aina Niemetzapi: Rename get(Selector|Constructor)Term() to getTerm...
2022-04-01 Andrew ReynoldsSimplifications to the datatypes API (#8511)
2022-04-01 Andrew ReynoldsInternal simplifications to constructing datatypes...
2022-04-01 Mathias Preinerapi: Use std::optional for symbols in mk* functions...
2022-03-31 Aina NiemetzSort, TypeNode: Rename functions related to datatypes...
2022-03-29 Mathias PreinerIntroduce internal namespace and remove api namespace...
2022-03-26 Aina Niemetzapi: Rename *SortConstructor* to *UninterpretedSortCons...
2022-03-25 Aina Niemetzapi: Remove Sort::isParametricDatatype(). (#8405)
2022-03-22 Mathias Preinerapi: Unify mkTerm variants. (#8357)
2022-03-17 Gereon KremerReplace `Debug` by `Trace` (#7793)
2022-03-02 Andrew ReynoldsEliminate CDHashMap::insertAtContextLevelZero (#8173)
2022-01-13 Andres NoetzliUnify abstract values and uninterpreted constants ...
2021-12-13 Andrew ReynoldsFixes and additions for API for parametric datatypes...
2021-11-12 mudathirmahgoubbags: Rename kinds with a more consistent naming scheme...
2021-11-12 Andres NoetzliRemove `ConstantMap<Rational>` (#7635)
2021-11-08 Aina Niemetzsets: Rename kinds with a more consistent naming scheme...
2021-10-20 Andrew ReynoldsCorrectly parse uninterpreted constant values in get...
2021-10-01 Andrew ReynoldsFix ascription check for return types on ordinary funct...
2021-09-01 Gereon KremerNo longer use direct access to options in driver (...
2021-08-26 Gereon KremerConsolidate language types (#7065)
2021-06-15 Gereon KremerRemove public option wrappers (#6716)
2021-06-11 Haniel BarbosaBetter support for HOL parsing and set up (#6697)
2021-06-02 Gereon KremerMove public wrapper functions out of options class...
2021-05-20 Gereon KremerMinor improvements to the API (#6585)
2021-05-20 Gereon KremerAdd more getters for api::Term (#6496)
2021-05-14 Andres NoetzliDecouple parser creation from input selection (#6533)
2021-05-08 Andrew ReynoldsAdd support for datatype update (#6449)
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-06 Aina NiemetzNew C++ Api: Rename and move headers. (#6292)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-10 Mathias PreinerUse Assert instead of assert. (#6095)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-02 Gereon KremerImprove handling of utf8 encoded inputs (#5694)
2020-12-03 Andrew ReynoldsRefactor handling of global declarations (#5577)
2020-11-25 Andrew ReynoldsUse symbol manager for printing responses get-model...
2020-11-19 Aina NiemetzInclude stddef.h (needed for size_t) in cvc4_public...
2020-11-16 Andrew ReynoldsCleaning up scopes in preparation for symbol manager...
2020-11-13 Andrew ReynoldsAdd more features to symbol manager (#5434)
2020-11-12 Andrew ReynoldsMake symbol manager context dependent (#5424)
2020-11-09 Andrew ReynoldsAdd symbol manager (#5380)
2020-11-06 Andrew ReynoldsSimplify printing with respect to expression types...
2020-10-30 Andrew ReynoldsUpdate api::Sort to use TypeNode instead of Type (...
2020-10-28 Andrew ReynoldsConvert symbol table from Expr-level to Term-level...
2020-10-09 Andres Noetzlireset-assertions: Remove all non-global symbols in...
2020-09-22 mudathirmahgoubAdd skeleton for theory of bags (multisets) (#5100)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-08-04 Andrew ReynoldsAdd API interface for specialized constructor term...
2020-07-07 Andrew ReynoldsTransfer ownership of internal Options from NodeManager...
2020-07-06 Andrew ReynoldsFront end support for sequences (#4690)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-06 Andrew ReynoldsSmt2 parsing support for nested recursive datatypes...
2020-06-02 Aina NiemetzNew C++ API: Keep reference to solver object in non...
2020-04-28 Andrew ReynoldsSupport the SMT-LIB Unicode string standard by default...
2020-03-27 Andrew ReynoldsSupport unicode internal representation and escape...
2020-03-12 Andrew ReynoldsConvert most instances of dataypes in parsers to the...
2020-03-09 Andrew ReynoldsClean up more uses of ExprManager in parsers (#3932)
2020-03-06 Andrew ReynoldsSimplify DatatypeDeclarationCommand command (#3928)
2020-03-06 Andrew ReynoldsRemove tester name from APIs (#3929)
2020-03-05 Andrew ReynoldsMigrate a majority of the functionality in parsers...
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-27 Andrew ReynoldsRefactor operator applications in the parser (#3831)
2020-02-26 Andrew ReynoldsRefactor type ascriptions in the parser (#3825)
2020-02-26 Andrew ReynoldsEmbed mkAssociative utilities within the API. (#3801)
2020-02-24 Andrew ReynoldsConvert parser input interface to api::Term (#3809)
2020-02-20 Andrew ReynoldsRemove front-end support for Chain (#3767)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-02-17 Abdalrhman MohamedSupport dumping Sygus commands. (#3763)
2020-02-14 Andrew ReynoldsUpdate sygus v1 parser to use ParseOp utility (#3756)
2019-10-27 Andres NoetzliFix global-declarations support (#3403)
2019-08-18 Andrew Reynolds Cleaning make bound var in smt2 parser (#3192)
2019-08-10 Andrew ReynoldsSimplify how defined functions are tracked during parsi...
2019-08-06 Andrew ReynoldsProperly parse qualified identifiers (#3111)
2019-07-31 Haniel BarbosaParsing THF and adding several regressions (#3131)
2019-06-12 Andres NoetzliRefactor parser to define fewer tokens for symbols...
2019-04-30 Andrew ReynoldsEliminate APPLY kind (#2976)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-01-03 Andres NoetzliAPI/Smt2 parser: refactor termAtomic (#2674)
2018-08-27 Andrew ReynoldsMake division chainable in the smt2 parser (#2367)
2018-08-09 Aina NiemetzPlug solver API object into parser. (#2240)
2018-08-02 Andrew ReynoldsFix issues with printing parametric datatypes in smt2...
2018-07-02 Andrew ReynoldsImprove error message. (#2124)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-01-06 Tim KingRemoving throw specifiers from src/parser/. (#1486)
2017-11-24 Andrew ReynoldsHo parsing and regressions (#1350)
2017-10-03 Andrew ReynoldsOp overload parser (#1162)
2017-07-07 Mathias PreinerUpdate copyright headers.
2016-11-12 Tim KingMerge pull request #105 from timothy-king/delete-maxed-out
2016-11-12 Tim KingDeleting the remaining commands in the Parser's queue...
2016-11-11 Tim KingApplying clang-format to parser.cpp.
2016-11-01 ajreynolRevert change to Datatypes API to return vector of...
2016-11-01 ajreynolRevert change to datatypes API for passing pointers...
2016-11-01 ajreynolWorking memory leak free version, changes interface...
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-02-02 Tim KingMoving dump.*, command.*, model.*, and ite_removal...
2016-01-28 Tim KingAdding listeners to Options.
2016-01-09 Tim KingAdding a new Listener utility class. Changing the Resou...
2015-12-30 Tim KingShuffling around public vs. private headers
next