Making parser to work with Lua5.1 (goto calls replaced with repeat-until-true loop)

Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
This commit is contained in:
Vadim A. Misbakh-Soloviov
2015-09-03 19:43:21 +06:00
parent 2a876887d2
commit 0938f8424b
2 changed files with 18 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ description = {
license = "LGPL+"
}
dependencies = {
"lua >= 5.2"
"lua >= 5.1"
}
build = {
type = "builtin",