nilang 0.4.1

A scripting language interpreter for Advent of Code
Documentation
1
2
3
4
5
6
7
8
========= FILE ./src/runtime/tests/fixtures/calling_non_func/calling_non_func.ir.actual ========
MAIN () {
block0:
  t0 = "don't try this at home kids"
  t1 = CALL t0
  RETURN t1

}