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

Fixed using break and continue in the same loop, added vanilla Lua 5.1 target

somehow I never encountered this before... well now there's more tests
This commit is contained in:
Étienne Fildadut 2019-08-23 19:50:49 +02:00
parent ea7720b7c3
commit 91948109ca
8 changed files with 1883 additions and 1093 deletions

View file

@ -2,7 +2,7 @@ rockspec_format = "3.0"
package = "candran"
version = "0.8.0-1"
version = "0.9.0-1"
description = {
summary = "A simple Lua dialect and preprocessor.",
@ -19,7 +19,7 @@ description = {
source = {
url = "git://github.com/Reuh/candran",
tag = "v0.8.0"
tag = "v0.9.0"
}
dependencies = {