moonscript, busted, penlight packages + debugger speed improvements

This commit is contained in:
kepler155c@gmail.com
2020-06-09 18:17:21 -06:00
parent de3d73de70
commit 0f7534d12c
19 changed files with 1065 additions and 1561 deletions

5
busted/depend/term.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
isatty = function()
return false
end,
}