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

Tests are lacking.
This commit is contained in:
Étienne Fildadut 2017-08-25 19:20:29 +02:00
parent 6b95bfb698
commit d249c353c5
7 changed files with 315 additions and 95 deletions

View file

@ -10,7 +10,7 @@
#import("lib.lua-parser.parser")
local candran = {
VERSION = "0.4.0"
VERSION = "0.5.0"
}
--- Default options.
@ -18,7 +18,7 @@ local default = {
target = "lua53",
indentation = "",
newline = "\n",
requirePrefix = "CANDRAN_",
variablePrefix = "__CAN_",
mapLines = true,
chunkname = "nil",
rewriteErrors = true