diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/standard.ey | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/standard.ey b/compiler/standard.ey index a6b66ef..e66a684 100644 --- a/compiler/standard.ey +++ b/compiler/standard.ey @@ -28,8 +28,8 @@ [ 1 -1202 1 add range { -110 sub a -01 }' each -- ] # TODO: rethink this one, seems overly complicated } /reverse deffd -{ _ len { |or fold }' { 0 }' ? * }' /any deffd -{ _ len { |and fold }' { 1 }' ? * }' /all deffd +{ _ len { |or fold }' { -- 0 }' ? * }' /any deffd +{ _ len { |and fold }' { -- 1 }' ? * }' /all deffd { =*p { [ -01 { _ p { } { -- } ? * } each ] |
