Precompile Lua into bytecode before running it (see COMPILE)

This commit is contained in:
Jeremy 2023-01-09 12:36:48 +13:00
parent 932ee958c0
commit a6ee41a6ab
4 changed files with 39 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,5 +1,6 @@
# Compiled Lua sources
luac.out
matrix-send
# luarocks build files
*.src.rock
@ -38,4 +39,3 @@ luac.out
*.i*86
*.x86_64
*.hex