/luaj

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.

Primary LanguageJavaMIT LicenseMIT

This is fork of https://github.com/luaj/luaj

It updates the repository to my liking - use maven as the build tool (with multimodule project structure), change source and target version to 1.6 (suits my needs), spaces instead of tabs.

This branch modifies the behaviour to match that of the Lua environment provided by the game Factorio (maybe matching https://github.com/Rseding91/Factorio-Lua )

All branches description: factorio - matches Factorio's Lua implementation master - matches master branch of https://github.com/luaj/luaj (actually not yet, currently matches v3.0.1) v3.0.1 - matches the release tag v3.0.1 of https://github.com/luaj/luaj