nilang 0.4.1

A scripting language interpreter for Advent of Code
Documentation
1
2
3
4
5
6
7
8
9
========= FILE ./src/runtime/tests/fixtures/push_operator/push_operator.bytecode.actual ========
=== FN 0 START ===
LIST 1
INT  0, 1
PUSH 1, 0
OUT  1
LDN  0
RTN  0
=== END ===