nilang 0.4.1

A scripting language interpreter for Advent of Code
Documentation
1
2
3
4
5
6
7
8
9
10
11
========= FILE ./src/runtime/tests/fixtures/push_operator/push_operator.ir.actual ========
MAIN () {
block0:
  a_0 = NEW_LIST
  t2 = 1
  a_0 << t2
  PRINT a_0
  t5 = null
  RETURN t5

}