Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yazaldefilimone/stella-compiler

[WIP] A fast, lightweight, and secure Lua virtual machine.
https://github.com/yazaldefilimone/stella-compiler

compiler lua rust vm

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

```sh
# 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

```

- Type System: [Stella checker](https://github.com/yazaldefilimone/stella-compiler)