summaryrefslogtreecommitdiff
path: root/src/parser/smt2
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-07 10:22:27 -0500
committerGitHub <noreply@github.com>2018-05-07 10:22:27 -0500
commitdb43ae511c2103f1e9718a8954e26cf7866d14a8 (patch)
tree3d0654dd38d404bbe31c2bd543a003b351d37336 /src/parser/smt2
parent884ad1a946ad6a04664ef97121ce1cebb5513d40 (diff)
Add support for str.code (#1821)
Diffstat (limited to 'src/parser/smt2')
-rw-r--r--src/parser/smt2/smt2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser/smt2/smt2.cpp b/src/parser/smt2/smt2.cpp
index 1d66ab0c1..09dccdfbd 100644
--- a/src/parser/smt2/smt2.cpp
+++ b/src/parser/smt2/smt2.cpp
@@ -153,6 +153,7 @@ void Smt2::addStringOperators() {
addOperator(kind::REGEXP_OPT, "re.opt");
addOperator(kind::REGEXP_RANGE, "re.range");
addOperator(kind::REGEXP_LOOP, "re.loop");
+ addOperator(kind::STRING_CODE, "str.code");
}
void Smt2::addFloatingPointOperators() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback