Supported versions: 5.1 , 5.2 , 5.3 , 5.4
If you are a developer and want the absolute latest features, you can clone the repository and build the JAR yourself using Apache Maven: Unluac.jar Download
| Flag | Effect | |------|--------| | --raw-string | Show string content without escaping | | --disassemble | Output Lua assembly instead of source | | --no-optimize | Disable constant folding / dead code removal | | --luac-version <5.x> | Force Lua version (1, 5.1, 5.2, 5.3, 5.4) | | --output <file> | Direct output to file (instead of stdout) | Supported versions: 5