Activity
lua4jvm: Implement VARIABLE_TRACING pass and re-enable upvalue typing
lua4jvm: Implement VARIABLE_TRACING pass and re-enable upvalue typing
luaj4jvm: Add support for static invokedynamic call sites
luaj4jvm: Add support for static invokedynamic call sites
lua4jvm: Add pcall(...) to standard library
lua4jvm: Add pcall(...) to standard library
lua4jvm: Add a coroutine implementation
lua4jvm: Add a coroutine implementation
lua4jvm: Split Lua numbers to floats and ints according to 5.4 spec
lua4jvm: Split Lua numbers to floats and ints according to 5.4 spec
lua4jvm: Fix Antlr 4 syntax error handling
lua4jvm: Fix Antlr 4 syntax error handling
lua4jvm: Add debug information generated classes
lua4jvm: Add debug information generated classes
lua4jvm: Replace hidden classes with single-use ClassLoaders
lua4jvm: Replace hidden classes with single-use ClassLoaders
lua4jvm: Add ipairs() for tables, fix array-table bugs
lua4jvm: Add ipairs() for tables, fix array-table bugs
lua4jvm: Add next() to standard library
lua4jvm: Add next() to standard library
lua4jvm: Add table iteration support (WIP)
lua4jvm: Add table iteration support (WIP)
lua4jvm: Make basic standard library sandboxed by default
lua4jvm: Make basic standard library sandboxed by default
Add first parts of the Lua standard library
Add first parts of the Lua standard library
Add a simple CI pipeline (now that it is free for public repo)
Add a simple CI pipeline (now that it is free for public repo)
Force push
Add a simple CI pipeline (now that it is free for public repo)
Add a simple CI pipeline (now that it is free for public repo)
Add brief READMEs and some documentation
Add brief READMEs and some documentation
lua4jvm: Add support for negation and length unary operations
lua4jvm: Add support for negation and length unary operations
lua4jvm: Add metatable support for (some) binary expressions
lua4jvm: Add metatable support for (some) binary expressions
lua4jvm: Fix spreading of multivals into arguments
lua4jvm: Fix spreading of multivals into arguments
lua4jvm: Add support for varargs (multi-values)
lua4jvm: Add support for varargs (multi-values)
Force push
lua4jvm: Fix __index metamethod linkage
lua4jvm: Fix __index metamethod linkage
Force push
lua4jvm: Add table slot optimizations and partial metatable support
lua4jvm: Add table slot optimizations and partial metatable support
lua4jvm: Add table type inference (WIP)
lua4jvm: Add table type inference (WIP)