zombiezen.com/go/lua@v0.0.0-20231013005828-290725fb9140/internal/lua54/HACKING.md (about) 1 # C Lua source 2 3 ## Updating 4 5 1. Remove all `.c` and `.h` files from this directory. 6 2. Download a new version of Lua source. 7 2. Copy all files under Lua's `src` directory into this directory 8 except `lua.c`, `luac.c`, and `lua.hpp`. 9 3. Update the copyright in LICENSE as needed.