summaryrefslogtreecommitdiff
path: root/test/regress/regress0/seq/seq-ex5.smt2
AgeCommit message (Collapse)Author
2020-07-06Front end support for sequences (#4690)Andrew Reynolds
With this PR, we now support a preliminary draft of a theory of sequences. This PR adds front end support for sequences in the smt2 parser, in the new API, adds regressions and unit tests for them. As discussed offline, many of the string kinds are given a sequence version in the external API, but not in the internal one. This means that a special case for such kinds, getKindHelper was added to Term. We do not yet support proper smt2 printing of sequences, which will require access to this code for Kind conversions (to distinguish e.g. str.++ from seq.++).
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback