summaryrefslogtreecommitdiff
path: root/src/printer
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/printer
parent884ad1a946ad6a04664ef97121ce1cebb5513d40 (diff)
Add support for str.code (#1821)
Diffstat (limited to 'src/printer')
-rw-r--r--src/printer/smt2/smt2_printer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/printer/smt2/smt2_printer.cpp b/src/printer/smt2/smt2_printer.cpp
index 96bee9724..2c6a26335 100644
--- a/src/printer/smt2/smt2_printer.cpp
+++ b/src/printer/smt2/smt2_printer.cpp
@@ -523,6 +523,7 @@ void Smt2Printer::toStream(std::ostream& out,
case kind::STRING_SUFFIX:
case kind::STRING_ITOS:
case kind::STRING_STOI:
+ case kind::STRING_CODE:
case kind::STRING_TO_REGEXP:
case kind::REGEXP_CONCAT:
case kind::REGEXP_UNION:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback