summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
AgeCommit message (Expand)Author
2019-10-27Fix global-declarations support (#3403)Andres Noetzli
2019-09-13Disallow let in sygus grammars, check for free variables in sygus constructor...Andrew Reynolds
2019-08-17 Cleaning make bound var in smt2 parser (#3192)Andrew Reynolds
2019-08-10Simplify how defined functions are tracked during parsing (#3177)Andrew Reynolds
2019-06-21Fix and simplify handling of --force-logic (#3062)Andres Noetzli
2019-06-12Refactor parser to define fewer tokens for symbols (#2936)Andres Noetzli
2019-04-24Do not use __ prefix for header guards. (#2974)Mathias Preiner
2019-03-26Update copyright headers.Aina Niemetz
2019-01-03API/Smt2 parser: refactor termAtomic (#2674)Andres Noetzli
2018-08-27Make division chainable in the smt2 parser (#2367)Andrew Reynolds
2018-08-08Plug solver API object into parser. (#2240)Aina Niemetz
2018-08-01Fix issues with printing parametric datatypes in smt2 (#2213)Andrew Reynolds
2018-06-25Updated copyright headers.Aina Niemetz
2018-03-05Enable -Wsuggest-override by default. (#1643)Mathias Preiner
2018-01-06Removing throw specifiers from src/parser/. (#1486)Tim King
2017-11-23Ho parsing and regressions (#1350)Andrew Reynolds
2017-10-05Fix typo in comment.Clark Barrett
2017-10-03Op overload parser (#1162)Andrew Reynolds
2017-07-07Update copyright headers.Mathias Preiner
2016-11-11Deleting the remaining commands in the Parser's queue within ~Parser().Tim King
2016-11-01Revert change to Datatypes API to return vector of DatatypeTypes, as before. ...ajreynol
2016-11-01Revert change to datatypes API for passing pointers, instead make deep copy d...ajreynol
2016-11-01Working memory leak free version, changes interface to pointers.ajreynol
2016-04-20update from the masterPaulMeng
2015-07-20Squashed merge of SygusComp 2015 branch.ajreynol
2014-11-17Resource-limiting work.Liana Hadarean
2014-10-23Parsing and infrastructure support for SMT-LIBv2.5 input and output languages.Morgan Deters
2014-10-06Support for RESET command in CVC native language (and infrastructure for supp...Morgan Deters
2014-07-01Update copyrights.Morgan Deters
2014-06-21API documentation improvements.Morgan Deters
2014-06-06Sets translate, and other short fixesKshitij Bansal
2014-04-29Fix for --force-logic to extend its reach to the parser.Morgan Deters
2013-09-09Fix declare-datatypes dumping bug (bug 385).Morgan Deters
2013-09-05Fix declare-fun/define-fun in dumps; resolves bugs 408 and 385; also fix a se...Morgan Deters
2013-06-19Fix to the "include" extended feature of the SMT-LIB parserMorgan Deters
2013-06-19Give a more useful parse error message for "undeclared variable -1".Morgan Deters
2013-06-07Allow disabling include-file featureMorgan Deters
2013-05-20Detect multiply-defined :named annotations and issue an error.Morgan Deters
2013-05-20Fix parsing of SMT-LIBv2 |quoted| symbols that span newlines in interactive m...Morgan Deters
2013-05-20Better error on illegal (pop N); also more compliant SMT-LIB error messages i...Morgan Deters
2013-04-02Regenerated copyrights: canonicalized names, no emailsMorgan Deters
2013-04-01update copyrightsMorgan Deters
2012-12-11Ignore unknown term annotations (giving a warning). Resolves bug 479.Morgan Deters
2012-11-28Bug fix:Morgan Deters
2012-11-27Tuples and records merge. Resolves bug 270.Morgan Deters
2012-10-11Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it'sMorgan Deters
2012-09-28Public interface review items:Morgan Deters
2012-08-24* disallow internal uses of mkVar() (you have to mkSkolem())Morgan Deters
2012-08-07Some items from the CVC4 public interface review:Morgan Deters
2012-06-22Parser: add the possibility to bind at level 0.François Bobot
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback