hebi 0.4.0

A dynamic scripting language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: src/internal/codegen/tests.rs
expression: snapshot
---
# Input:
print "test"

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