kyren / piccolo

An experimental stackless Lua VM implemented in pure Rust
Creative Commons Zero v1.0 Universal
1.62k stars 59 forks source link

Debugging Hooks #55

Closed Jengamon closed 4 months ago

Jengamon commented 4 months ago

This is a while away from being anywhere near useful, but this should provide some hooks into the Executor in order to get an idea of what it's doing.

The API entrypoint is in ExecutorState because we don't want things to be actively executable from here (afaik im not 100% sure).