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/bad_import/bad_import.ir.actual ========
MAIN () {
block0:
  t0 = "filasdfahsldjfhalsdf"
  IMPORT data_0, t0
  t3 = null
  RETURN t3

}