From 08b4102d3c549e6d994e01ec25d4d05cc41d5274 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Tue, 12 May 2015 01:56:07 +0200 Subject: Do not allocate useless scopes in via --- compiler/standard.ey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/standard.ey b/compiler/standard.ey index 49e73a3..9a33253 100644 --- a/compiler/standard.ey +++ b/compiler/standard.ey @@ -11,7 +11,7 @@ } quoted { } { * } ? * } "}_" defq -{ { -01 < ==o { o -01 . } > -12 } } { +{ { -01 < ==o { o -01 }' "." | ; > -12 } } { quoted { }" { * }" ? * quoted { |deffst } { deffst }" ? * }" ; /via defq -- cgit v1.2.3