FULL LUA! plus some bugfixes

This commit is contained in:
Jacob Bohanon
2023-08-22 12:07:26 -04:00
parent a9164da3a8
commit 762faaef35
19 changed files with 70 additions and 370 deletions

View File

@@ -0,0 +1,5 @@
if [[ -d /opt/llvm ]]; then
export PATH=/opt/llvm/bin:$PATH
elif [[ -d /opt/clang+llvm ]]; then
export PATH=/opt/clang+llvm/bin:$PATH
fi