summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/leadingzero001.smt2
AgeCommit message (Collapse)Author
2020-04-28Support the SMT-LIB Unicode string standard by default (#4378)Andrew Reynolds
This PR merges --lang=smt2.6.1 and --lang=smt2.6 (default). It makes it so that 2.6 always expects the syntax of the string standard http://smtlib.cs.uiowa.edu/theories-UnicodeStrings.shtml. I've updated the regressions so that the 2.6 benchmarks are now compliant with the standard. Some of the <=2.5 benchmarks I've updated to 2.6. Others I have left for now, in particular the ones that rely on special characters or ad-hoc escape sequences. The old formats will be supported in the release but removed shortly afterwards. This PR is a prerequisite for the release, but not necessarily SMT-COMP (which will use --lang=smt2.6.1 if needed). Notice that we still do not have parsing support for str.replace_re or str.replace_re_all. This is required to be fully compliant.
2018-05-02Initial support for string standard in smt lib 2.6 (#1848)Andrew Reynolds
2015-04-23A few more minor updates to match google repository with CVC4 repositoryClark Barrett
(mostly whitespace differences).
2014-06-25Turn strings-exp off by default (for the release)Morgan Deters
2014-04-29add leading zeros support for str.to.intTianyi Liang
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback