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 |
||
---|---|---|
.. | ||
include | ||
pk_buffers.h | ||
pk_common.h | ||
pk_compiler.c | ||
pk_compiler.h | ||
pk_core.c | ||
pk_core.h | ||
pk_debug.c | ||
pk_debug.h | ||
pk_opcodes.h | ||
pk_utils.c | ||
pk_utils.h | ||
pk_var.c | ||
pk_var.h | ||
pk_vm.c | ||
pk_vm.h |