Ian Farmer 527ca6545d Fix bugs in LTable.
Two issues:
(1) When resizing, clearSlot() needs to be used to correctly move
affected hash entries.
(2) table.maxn is documented as returning the largest numeric key in
the table. This requires a linear scan through the entire table, but
the Lua documentation explicitly warns about that.
2008-01-23 02:22:19 +00:00
2008-01-23 02:22:19 +00:00
2007-12-19 21:44:15 +00:00
Description
Lightweight, fast, Java-centric Lua interpreter written for JME and JSE, with string, table, package, math, io, os, debug, coroutine & luajava libraries, JSR-223 bindings, all metatags, weak tables and unique direct lua-to-java-bytecode compiling. Forked GitHub Repository: https://github.com/luaj/luaj
https://luaj.sourceforge.net/ MIT 17 MiB
3.0.2 Latest
2019-03-09 15:38:32 +00:00
Languages
Java 100%