1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2025-10-27 09:59:29 +00:00

Added cancheck; candran.compile, .make and .preprocess returns nil, err instead of throwing an error; can and canc error output should now be similar to Lua

This commit is contained in:
Étienne Fildadut 2020-04-06 21:30:57 +02:00
parent dc19ac56a9
commit 1de0aafa5b
9 changed files with 412 additions and 226 deletions

View file

@ -23,7 +23,9 @@ source = {
dependencies = {
"lua >= 5.1",
"lpeglabel >= 1.5.0"
"lpeglabel >= 1.5.0",
"linenoise >= 0.9",
"luacheck >= 0.23.0"
}
build = {
@ -32,6 +34,6 @@ build = {
candran = "candran.lua"
},
install = {
bin = { "bin/can", "bin/canc" }
bin = { "bin/can", "bin/canc", "bin/cancheck" }
}
}