A fast, lightweight command-line Lua runtime written in Rust that enables you to execute Lua scripts from the terminal. Hype-RS serves as the foundation for a Lua runtime ecosystem, starting with ...
The VM in piccolo is thus written in what is sometimes called "stackless" or "trampoline" style. It does not rely on the rust stack for Lua -> Rust and Rust -> Lua nesting, instead callbacks can ...