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:
f()

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