(refactor) rewrite using Teal (#52)

This commit is contained in:
Enrique García Cota
2022-02-08 22:56:03 +01:00
committed by GitHub
parent c6472bccdf
commit 3c7414a0d0
5 changed files with 670 additions and 237 deletions

17
Makefile Normal file
View File

@@ -0,0 +1,17 @@
all: gen check test
dev:
luarocks install busted
luarocks install tl
gen:
tl gen inspect.tl
check:
luacheck inspect.lua
test:
busted