mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
boost max stack
This commit is contained in:
parent
4019b90377
commit
87159dc95d
@ -24,7 +24,7 @@ end
|
|||||||
local R, S, V, P = lpeg.R, lpeg.S, lpeg.V, lpeg.P
|
local R, S, V, P = lpeg.R, lpeg.S, lpeg.V, lpeg.P
|
||||||
local C, Ct, Cmt, Cg, Cb, Cc = lpeg.C, lpeg.Ct, lpeg.Cmt, lpeg.Cg, lpeg.Cb, lpeg.Cc
|
local C, Ct, Cmt, Cg, Cb, Cc = lpeg.C, lpeg.Ct, lpeg.Cmt, lpeg.Cg, lpeg.Cb, lpeg.Cc
|
||||||
|
|
||||||
lpeg.setmaxstack(3000)
|
lpeg.setmaxstack(10000)
|
||||||
|
|
||||||
local White = S" \t\r\n"^0
|
local White = S" \t\r\n"^0
|
||||||
local _Space = S" \t"^0
|
local _Space = S" \t"^0
|
||||||
|
Loading…
Reference in New Issue
Block a user