kyren / piccolo

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

utf8.char implementation #59

Open Jengamon opened 4 months ago

Jengamon commented 4 months ago

I'm not 100% on the error messages, so i modeled them after PUC-Lua's.

Jengamon commented 4 months ago

This would actually work better as an implementation of utf8.char

Jengamon commented 4 months ago

we need an interruptable impl