hebi 0.4.0

A dynamic scripting language
Documentation
---
source: src/internal/codegen/tests.rs
expression: snapshot
---
# Input:
loop:
  print "test"


# Func:
function `main` (registers: 1, length: 6, constants: 1)
.code
  0 | load_const [0]; test
  2 | print
  3 | jump_loop 3
  5 | return