Commit Graph

2 Commits

Author SHA1 Message Date
Cormac Shannon
e115a061bc Remove integer keys from lush table, use string lookups (issue #29)
VM now resolves lush functions via luaH_getshortstr through interned
TString pointers, so wrapping lush.command = my_wrapper is transparently
picked up. The lush table no longer has integer-keyed duplicates.
2026-03-20 21:32:38 +00:00
Cormac Shannon
5c1eca312f Add(issue): lush table cleanup 2026-03-20 00:59:11 +00:00