We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check with:
%agent: A(c{=0 / += 7}) . -> A() @1 A(c{<=6}) -> A(c{+=1}) @1
KaSim --compile
First rule is compiled into: A(c{=0} c__inverted{=0})+ @ 1
instead of: A(c{=0} c__inverted{=7})+ @ 1
The text was updated successfully, but these errors were encountered:
Test case for #629 and #685
ea8aedc
Done: add proper default value to counters, to do: check that is solv…
c730282
…es: #685 and #687; also check json export of stories
00e69ba
d7494e2
3ca4dad
f5ece1e
antoinepouille
No branches or pull requests
Check with:
First rule is compiled into:
A(c{=0} c__inverted{=0})+ @ 1
instead of:
A(c{=0} c__inverted{=7})+ @ 1
The text was updated successfully, but these errors were encountered: