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.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.moon') diff --git a/parser.moon b/parser.moon index 3e14063..0e68b4d 100644 --- a/parser.moon +++ b/parser.moon @@ -1,7 +1,7 @@ -- This file contains the parser, which converts Nomsu text into abstract syntax trees lpeg = require 'lpeg' re = require 're' -lpeg.setmaxstack 10000 +lpeg.setmaxstack 20000 {:P,:R,:S,:C,:Cmt,:Carg} = lpeg {:match, :sub} = string {:insert, :remove} = table -- cgit v1.2.3