mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
enable parsing (_ char ..)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d41ecda03e
commit
c92a63690d
3 changed files with 12 additions and 1 deletions
|
@ -94,6 +94,7 @@ enum seq_op_kind {
|
|||
OP_CHAR_LE, // Unicode comparison
|
||||
#endif
|
||||
// internal only operators. Converted to SEQ variants.
|
||||
_OP_STRING_FROM_CHAR,
|
||||
_OP_STRING_STRREPL,
|
||||
_OP_STRING_CONCAT,
|
||||
_OP_STRING_LENGTH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue