amvm 0.1.0

Apika's My Virtual Machine. A virtual machine with Intermediate Lenguage
Documentation
1
2
3
4
5
6
7
8
9
10
compile TARGET OUTPUT="build.amb":
  cargo run -- compile {{TARGET}} {{OUTPUT}}
  @echo "Visualize output with hexyl"
  @hexyl {{OUTPUT}}

jit TARGET:
  cargo run -- jit {{TARGET}}

jit-ex TARGET:
  just jit examples/{{TARGET}}