From 603c5b12451d6c68b1e41906e10117da4d99e362 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 8 Sep 2018 01:05:59 -0700 Subject: Minor fixes/tidying. --- nomsu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index 8500fe1..24ca589 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -97,7 +97,7 @@ if not arg or debug.getinfo(2).func == require then return NomsuCompiler end local file_queue = { } -local sep = "\0" +local sep = "\3" local parser = re.compile([[ args <- {| (flag %sep)* (({~ file ~} -> add_file) {:primary_file: '' -> true :} %sep)? {:nomsu_args: {| ({(!%sep .)*} %sep)* |} :} %sep? |} !. flag <- -- cgit v1.2.3