declare-sort, define-sort working but not thoroughly tested; define-fun half working...
[cvc5.git] / src / parser / smt2 / Smt2.g
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-27 Christopher L. ConwayMoving EQ->IFF handling from TheoryEngine to parser...
2010-07-08 Christopher L. ConwayAdding missing operators in SMT2 parser: UMINUS, DIVISI...
2010-07-06 Christopher L. ConwayAdding Array types to SMT2 parser
2010-07-06 Morgan DetersFixes for doubled-statistics (bug 171), a fix to muzzle...
2010-06-30 Christopher L. ConwayParsing support for SMT divisions: LRA, QF_UFLIA, QF_UF...
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-01 Christopher L. ConwayAdding SMT v2 parsing support for: QF_IDL, QF_NIA,...
2010-06-01 Christopher L. ConwayFixing failing test in r521
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-07 Christopher L. ConwayTightening lexer rules for numerals in SMT v2
2010-05-06 Christopher L. ConwayAdding --strict-parsing option
2010-05-06 Christopher L. ConwayAdding AntlrInput::tokenTextSubstr
2010-05-06 Christopher L. ConwayAdding bit-vector constants in SMT2
2010-05-04 Christopher L. ConwayMinor change to SMT v2 grammar
2010-05-04 Christopher L. ConwayAdding general support for SMT2 set-info command
2010-05-04 Christopher L. ConwayHandling SMT 2.0 symbols and info flags
2010-05-01 Christopher L. ConwayFixing private/public header warnings in parser library
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