Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yazaldefilimone/stella-compiler
- Owner: yazaldefilimone
- Created: 2024-06-24T15:00:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T21:46:51.000Z (3 months ago)
- Last Synced: 2024-07-27T00:22:21.186Z (3 months ago)
- Topics: compiler, lua, rust, vm
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
# install rust
# https://www.rust-lang.org/tools/install# build the binary
cargo build --releasechmod +x ./lue_vm
# run a lua file
./lue_vm features/stdlib/print.lua```
- Type System: [Stella checker](https://github.com/yazaldefilimone/stella-compiler)