mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 09:59:29 +00:00
0.5.0
Fixed plenty of bugs. Tests are lacking.
This commit is contained in:
parent
6b95bfb698
commit
d249c353c5
7 changed files with 315 additions and 95 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue