nilang 0.4.1

A scripting language interpreter for Advent of Code
Documentation
========= FILE ./src/runtime/tests/fixtures/not_op_bug/not_op_bug.bytecode.actual ========
=== FN 0 START ===
BOOL 1, true
JNT  3, 1
BOOL 0, false
JMP  2
COPY 0, 1
JNT  2, 0
JMP  2
JMP  2
COPY 0, 1
JNT  5, 0
LOC  0, 0
OUT  0
LDN  0
RTN  0
LOC  0, 1
OUT  0
LDN  0
RTN  0
=== END ===