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
17
18
---
source: src/internal/codegen/tests.rs
expression: snapshot
---
# Input:
loop:
  break


# Func:
function `main` (registers: 1, length: 5, constants: 1)
.code
  0 | jump 4
  2 | jump_loop 2
  4 | return