finally, a portable solution
[cvc5.git] / src / parser / smt / Smt.g
2012-08-24 Morgan Deters* disallow internal uses of mkVar() (you have to mkSkol...
2012-07-31 Morgan DetersOptions merge. This commit:
2012-07-12 Andrew Reynoldsmerged fmf-devel branch, includes support for SMT2...
2012-06-18 Andrew Reynoldsfixed smt version 1 parser for quantifiers
2012-06-13 Morgan DetersDon't use the "inlined" feature of ANTLR 3.2, which...
2012-06-11 Morgan DetersMerge from quantifiers2-trunkmerge branch.
2012-04-11 Morgan Detersmerge from arrays-clark branch
2012-04-06 Morgan Deters* Fix ITEs and functions in CVC language printer.
2012-03-21 Morgan DetersDisable nonclausal simplification for QF_SAT benchmarks...
2012-03-09 Morgan Detersfix a "lost command" bug and associated memory leak...
2011-10-04 Morgan DetersOh, here's another cute compatibility fix for libantlr3...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-06-30 Morgan DetersAllow (- x) for unary minus in SMT-LIBv1, in addition...
2011-05-02 Dejan Jovanovićparser fixes for bug 243
2011-05-02 Morgan DetersMinor fixes to various parts of CVC4, including the...
2011-04-23 Morgan Deters* reviewed BooleanSimplification, added documentation...
2011-04-20 Morgan DetersTuesday end-of-day commit.
2011-04-18 Morgan DetersPartial merge from datatypes-merge branch:
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2010-10-20 Christopher L. ConwayFixing minor whitespace bug in the parser
2010-10-12 Morgan DetersMerge from cc-memout branch. Here are the main points
2010-09-20 Dejan Jovanovićbitvector rewriting for the core theory and testcases
2010-07-06 Morgan DetersFixes for doubled-statistics (bug 171), a fix to muzzle...
2010-06-30 Morgan Deters* theory "tree" rewriting implemented and works
2010-06-14 Christopher L. ConwayAdding array select/store to SMT v1 and v2 parsers
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-01 Christopher L. ConwayFixing failing test in r521
2010-05-31 Christopher L. ConwayFirst draft implementation of mkAssociative
2010-05-20 Tim KingAdded the division symbol to the parser, and minimal...
2010-05-02 Dejan Jovanovićsmt parser for bit-vectors
2010-05-01 Christopher L. ConwayFixing private/public header warnings in parser library
2010-04-29 Dejan JovanovićAdded the capability to construct expressions by passin...
2010-04-29 Christopher L. Conway(Not) Handling parameterized sorts in SMT v2
2010-04-29 Christopher L. ConwayFirst draft implementation of SMT v2 parser
2010-04-28 Christopher L. ConwaySMT parser has to map 'Real' to RealType
2010-04-28 Dejan JovanovićBuild fix for parser
2010-04-28 Christopher L. ConwayRefactoring Input/Parser code to support external manip...
2010-04-28 Tim KingAdded theory/arith/kind and enabled the smt parser...
2010-04-27 Christopher L. ConwayAdding Integer and Rational constants to SMT
2010-04-27 Christopher L. ConwayAdding a bit of documentation to the SMT parser
2010-04-14 Dejan JovanovićMarging from types 404:415, changes: Massive
2010-04-13 Christopher L. ConwayMerging from branches/decl-scopes (r401:411)
2010-04-05 Christopher L. ConwayMinor refactorings, in response to code review (Bug...
2010-04-02 Christopher L. ConwayOverriding ANTLR3 error recovery routine
2010-04-01 Christopher L. ConwayChanging min/maxArity to use metakind info.
2010-04-01 Christopher L. ConwayParser tweaks to address review
2010-04-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-04-01 Morgan DetersPARSER STUFF:
2010-03-31 Christopher L. ConwayFix bug in SMT-LIB with let/flet bindings
2010-03-31 Christopher L. ConwayFinishing parser cleanup. Code is now review-ready.
2010-03-31 Christopher L. ConwayMore parser cleanup. Should fix problems with last...
2010-03-31 Christopher L. ConwayCode cleanup in parser
2010-03-30 Christopher L. ConwayMerging from branches/antlr3 (r246:354)