aboutsummaryrefslogtreecommitdiff
path: root/parser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'parser.lua')
-rw-r--r--parser.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/parser.lua b/parser.lua
index 0694e3e..5eee8ca 100644
--- a/parser.lua
+++ b/parser.lua
@@ -3,8 +3,6 @@ local re = require('re')
lpeg.setmaxstack(20000)
local P, R, S, C, Cmt, Carg, Cc
P, R, S, C, Cmt, Carg, Cc = lpeg.P, lpeg.R, lpeg.S, lpeg.C, lpeg.Cmt, lpeg.Carg, lpeg.Cc
-local repr
-repr = require('utils').repr
local DEFS
do
local _with_0 = { }