Skip to content

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

Notifications You must be signed in to change notification settings

yazaldefilimone/stella-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages