aboutsummaryrefslogtreecommitdiff
path: root/re.lua
diff options
context:
space:
mode:
Diffstat (limited to 're.lua')
-rw-r--r--re.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/re.lua b/re.lua
index 22cb8de..8e306c2 100644
--- a/re.lua
+++ b/re.lua
@@ -184,8 +184,8 @@ local exp = m.P{ "Exp",
184 + m.P"{}" * m.Cc(nil, m.Ct) 184 + m.P"{}" * m.Cc(nil, m.Ct)
185 + defwithfunc(mt.__div) 185 + defwithfunc(mt.__div)
186 ) 186 )
187 + "=>" * S * defwithfunc(m.Cmt) 187 + "=>" * S * defwithfunc(mm.Cmt)
188 + "~>" * S * defwithfunc(m.Cf) 188 + "~>" * S * defwithfunc(mm.Cf)
189 ) * S 189 ) * S
190 )^0, function (a,b,f) return f(a,b) end ); 190 )^0, function (a,b,f) return f(a,b) end );
191 Primary = "(" * m.V"Exp" * ")" 191 Primary = "(" * m.V"Exp" * ")"