pocketlang/tests
Derick Alangi 2707c1eec3
Fix #54: Add bitwise OR operator and make it available in PKVM (#59)
* 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
2021-06-13 09:43:05 +05:30
..
benchmark core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
examples disassemble implemented 2021-06-12 16:34:10 +05:30
lang Fix #54: Add bitwise OR operator and make it available in PKVM (#59) 2021-06-13 09:43:05 +05:30
check.py core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
tests.py core attributes refactored and added tests 2021-06-10 23:12:04 +05:30