Dominic Steinhöfel

Results 19 comments of Dominic Steinhöfel

And it might make sense to use `count(, "", "6")` instead of `(= 6 str.len(start))`.

And what do you expect from the equation of the elements of types `` and ``, which can only attain single character (non-numeric) values, with an arithmetic expression?

> As far as I understand, `str.to.code` works on characters, i.e. it converts characters (singleton strings) such as 'A' to 0x41. `str.to.int` converts strings that consist exclusively of digits to...

I see. It would make sense to offer something like that. One way could be to use `int2bv` chained with `str.to.int` (a little ugly, but we could also add some...

Hi Michael, ISLa can unfortunately only handle the binary version of "+" it seems. I added a test case and a TODO for the issue. In the meantime, you could...

This is indeed a bug. I will put it on hold for a while. I don't consider mixing the S-expr and "mathematical" style a good "feature" and want to prevent...

Thanks for reporting this. For the record (Michael knows this already): Expressing the constraint in infix/prefix syntax (without S-expressions!) circumvents this problem.

Sounds doable, will keep it in mind :)

Thanks for the correction!