Installation
- Download or clone this repository.
- Replace the original
print.candldump.cfiles in the official Lua 5.1 source directory with the modified versions from this repo. - Compile Lua as you normally would.
Usage
Once you've recompiled Lua:
- Running
luac <file.lua>will output all the binary data being written during compilation. - Running
luac -l <file.lua>orluac -l -l <file.lua>will output greater information about the instructions generated.
This is useful for exploring how Lua bytecode is structured.
Description
Languages
C
100%