diff options
| author | Drahflow <drahflow@gmx.de> | 2013-12-31 00:54:59 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-12-31 00:54:59 +0100 |
| commit | 643d6dca1e6026ebf8cfa551ae3e95cc69003c47 (patch) | |
| tree | df79289945ee98efee9be9ca201eb1a6fda8c840 /compiler/standard.ey | |
| parent | 9699795a62506f69cb83fa35cb58e7641690eb5f (diff) | |
Less memory usage still
Also, sys .opt now needs less luck to execute correctly.
Diffstat (limited to 'compiler/standard.ey')
| -rw-r--r-- | compiler/standard.ey | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/standard.ey b/compiler/standard.ey index dedbe6b..7cc96ed 100644 --- a/compiler/standard.ey +++ b/compiler/standard.ey @@ -6,15 +6,15 @@ |deffc "=*:" deffd { "}" | * - { /f deff /x defv + { =*f ==x { x f } } quoted { } { * } ? * } "}_" defq -{ - { -01 < ==o { o -01 . } > -12 }" quoted { }" { * }" ? * +{ { -01 < ==o { o -01 . } > -12 } } { + quoted { }" { * }" ? * quoted { |deffst } { deffst }" ? * -}" /via defq +}" ; /via defq { -1110 ; ==f =*a len _ { |
