Add naive and untested version of Lua language support.

This commit is contained in:
Matt Layman 2021-12-12 01:57:54 -05:00 committed by Anthony Sottile
parent 7a305e5d9a
commit 3f8be7400d
13 changed files with 286 additions and 2 deletions

5
testing/get-lua.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
# Install the runtime and package manager.
sudo apt install lua5.3 liblua5.3-dev luarocks