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 0

# Func:
function `main` (registers: 1, length: 4, constants: 0)
.code
  0 | load_smi 0
  2 | print
  3 | return