Playing around with things
chmod +x build_vm.sh
./build_vm.sh
rustc main.rs -L ./vm/lib -l static=vm -o ./target/main
./target/main
chmod +x ./compiler.mjs
./compiler.mjs ./thing/code.thing # jit
./compiler.mjs ./thing/code.thing run # jit
./compiler.mjs ./thing/code.thing compile && ./target/code # compiled