kyren / piccolo

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

feat: implement PUC-Rio tonumber #75

Closed Jengamon closed 2 months ago

Jengamon commented 2 months ago

Implements tonumber according to the Lua 5.4 manual https://www.lua.org/manual/5.4/manual.html#pdf-tonumber.

kyren commented 2 months ago

Looks good now, thank you!