Cosmin Radoi

Results 43 comments of Cosmin Radoi

@toish, when you get a chance, can you have a look at this PR?

I run into the same problem, similar config. Just on an M1 mac. Did you find a fix?

> I am getting problem to assign a new type( high or low ) to a variable > which is of type int in k type system What is the...

@20harshita, tutorial/1_k/5_types/lesson_9 is a good example of how you can do this. What is the precise problem you are encountering? Does K throw an error? Is there a specific rule...

The KAST seems to be using the backtick syntax. That was introduced in K 3.6 but we decided against it in K 4.0. As far as I know, we never...

We discussed this at the time. The javacc parser generates KIL data structures which are converted directly into KORE modules, but with the bubbles not parsed yet. The configuration is...

> Sorry for an naive question. I try to understand what happens two or more rules are matched? do they all fired to give rise to different runs? Yes. With...

@andreiarusoaie, right :-) We had been defaulting to `[transition]` in the Java backend for a while but, yes, it was needed before, and it is still needed in the latest...

The rules are applied non-deterministically. While some earlier versions of K did follow some conventions for rule application order, it would be best to not rely on them. The cleanest...

That translation seems strange to me. Can't we simply translate it to: `lhs AND requires => rhs AND ensures`? At least that's what the Scala backend expects.