mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 04:37:47 +08:00
2707c1eec3
* Fix #54: Add bitwise OR operator and make it available in PKVM Like the bitwise AND, this is an implementation for pocketlang to support the bitwise OR operation. In addition, updated "value" -> "result" in other operation to correctly reflect the container's purpose. It's indeed the result after the operation, which is a value too. In addition, add tests for bitwise AND (&) and bitwise OR (|). Add a print statement in test file with message that all tests passed with no errors. * Fix typo in comment * Cleanup fixes |
||
---|---|---|
.. | ||
benchmark | ||
examples | ||
lang | ||
check.py | ||
tests.py |