256lights / zb

An experiment in hermetic, reproducible build systems
MIT License
185 stars 3 forks source link

Support Lua `print` function #40

Open zombiezen opened 4 days ago

zombiezen commented 4 days ago

The Lua print function exists but currently gets sent to the void. I could replace the function with one that logs to the current context with the file information set to the calling Lua function.