diff options
Diffstat (limited to 're.lua')
-rw-r--r-- | re.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" * ")" |