This repository has been archived on 2025-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ovm/vm
Aryadev Chavali 081661cb6b Fixed bug with comparators where all results were flipped
This is because: say we have {a, b} where a is on top of the stack.  A
comparator C applies in the order C(b, a) i.e. b `C` a.  The previous
version did a `C` b which was wrong.
2023-11-01 17:52:58 +00:00
..
2023-11-01 15:22:47 +00:00