kyren / piccolo

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

make type match PUC-Lua #50

Closed Jengamon closed 5 months ago

Jengamon commented 5 months ago

Use a little trick to tell the difference between type(nil) (ok and valid) and type() (bad and invalid).

kyren commented 5 months ago

thank you!