khval / AmosKittens

Amos interpreter under development, most commands are support, some extensions are supported.
MIT License
10 stars 3 forks source link

AND should have higher priority then XOR. #28

Closed khval closed 2 years ago

khval commented 5 years ago

Describe the bug:

AND should have higher priority then XOR.

To Reproduce:

Steps to reproduce the behavior:

This code gives wrong result

Ink X xor Y and 1

khval commented 2 years ago

This one is fixed.