diff options
| author | Drahflow <drahflow@gmx.de> | 2015-05-12 01:56:07 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-05-12 01:56:07 +0200 |
| commit | 08b4102d3c549e6d994e01ec25d4d05cc41d5274 (patch) | |
| tree | ff52e5279babed6c9e6bb0117442dad1c2b0becb /compiler | |
| parent | 202087e14b65c3ba41fcb39a9b10a764cc810f80 (diff) | |
Do not allocate useless scopes in via
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/standard.ey | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
