kyren / piccolo

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

Implement `string.format` #79

Open Aeledfyr opened 2 months ago

Aeledfyr commented 2 months ago

Implement string.format. This is very messy in its current state and needs work to clean up the sequence part, but it works, and supports calling back to lua tostring metamethods.