pocketlang/src
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
..
include some (minor) code cleanups 2021-06-11 13:16:55 +05:30
pk_buffers.h core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
pk_common.h disassemble implemented 2021-06-12 16:34:10 +05:30
pk_compiler.c disassemble implemented 2021-06-12 16:34:10 +05:30
pk_compiler.h core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
pk_core.c Fix #54: Add bitwise OR operator and make it available in PKVM (#59) 2021-06-13 09:43:05 +05:30
pk_core.h Fix #54: Add bitwise OR operator and make it available in PKVM (#59) 2021-06-13 09:43:05 +05:30
pk_debug.c disassemble implemented 2021-06-12 16:34:10 +05:30
pk_debug.h disassemble implemented 2021-06-12 16:34:10 +05:30
pk_opcodes.h core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
pk_utils.c some (minor) code cleanups 2021-06-11 13:16:55 +05:30
pk_utils.h REPL implementation. (#47) 2021-06-09 16:12:26 +05:30
pk_var.c disassemble implemented 2021-06-12 16:34:10 +05:30
pk_var.h disassemble implemented 2021-06-12 16:34:10 +05:30
pk_vm.c Fix #54: Add bitwise OR operator and make it available in PKVM (#59) 2021-06-13 09:43:05 +05:30
pk_vm.h some (minor) code cleanups 2021-06-11 13:16:55 +05:30