pocketlang/tests/lang
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
..
import core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
basics.pk Fix #54: Add bitwise OR operator and make it available in PKVM (#59) 2021-06-13 09:43:05 +05:30
controlflow.pk disassemble implemented 2021-06-12 16:34:10 +05:30
core.pk Fix #54: Add bitwise OR operator and make it available in PKVM (#59) 2021-06-13 09:43:05 +05:30
fibers.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
functions.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
import.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30