kyren / piccolo

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

String Metatable #58

Open Jengamon opened 4 months ago

Jengamon commented 4 months ago

kickstart a implementation on value metatables.

I did try putting the table in Context proper, but I couldn't figure out how to get it to properly reference and was probably doing something wrong, but this way worked, so it might be useful for reference or summat.