nilang 0.4.1

A scripting language interpreter for Advent of Code
Documentation
========= FILE ./src/runtime/tests/fixtures/str_intrinsic/str_intrinsic.ir.actual ========
MAIN () {
block0:
  t0 = ""
  str_0 = #str
  STORE_ARG t0
  t2 = CALL str_0
  PRINT t2
  t5 = null
  STORE_ARG t5
  t6 = CALL str_0
  PRINT t6
  t9 = 0
  STORE_ARG t9
  t10 = CALL str_0
  PRINT t10
  t13 = 1.234
  STORE_ARG t13
  t14 = CALL str_0
  PRINT t14
  t17 = true
  STORE_ARG t17
  t18 = CALL str_0
  PRINT t18
  t21 = false
  STORE_ARG t21
  t22 = CALL str_0
  PRINT t22
  t25 = "test"
  STORE_ARG t25
  t26 = CALL str_0
  PRINT t26
  t29 = #foo
  STORE_ARG t29
  t30 = CALL str_0
  PRINT t30
  RETURN t5

}