stella-compiler

[WIP] A fast, lightweight, and secure Lua virtual machine.

Stars
2
# install rust
# https://www.rust-lang.org/tools/install

# build the binary
cargo build --release

chmod +x ./lue_vm

# run a lua file
./lue_vm features/stdlib/print.lua