From a35d010dfe2b2769cf13ae508952c279aecb3aac Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 6 Sep 2018 12:46:39 -0700 Subject: Removed the mandatory "_" prefix for Nomsu variables, renamed "list" and "dict" to "List" and "Dict", or in Nomsu's environment, "_List" and "_Dict", removed uuid.lua and replaced it with core/id.nom for handling IDs. --- parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.lua') diff --git a/parser.lua b/parser.lua index 451c018..4662f5e 100644 --- a/parser.lua +++ b/parser.lua @@ -1,6 +1,6 @@ local lpeg = require('lpeg') local re = require('re') -lpeg.setmaxstack(10000) +lpeg.setmaxstack(20000) local P, R, S, C, Cmt, Carg P, R, S, C, Cmt, Carg = lpeg.P, lpeg.R, lpeg.S, lpeg.C, lpeg.Cmt, lpeg.Carg local match, sub -- cgit v1.2.3