diff options
| author | Drahflow <drahflow@gmx.de> | 2013-08-06 14:42:21 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-08-06 14:42:21 +0200 |
| commit | e96da330141bb0e79ab075bab59a2bea04ff5f3f (patch) | |
| tree | 6e0ccaacde5ad1b3bc49cc62636fdb0a1743004a /compiler/standard.ey | |
| parent | a524de040ba98cc16f2ec3857ab0df3a43a4fd5a (diff) | |
"via" implemented
Diffstat (limited to 'compiler/standard.ey')
| -rw-r--r-- | compiler/standard.ey | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/standard.ey b/compiler/standard.ey index 71d4616..8a08674 100644 --- a/compiler/standard.ey +++ b/compiler/standard.ey @@ -7,6 +7,12 @@ } quoted { } { * } ? * } "}_" defq +{ deff }' " globalDeff" deff # this is not for public usage +{ + { -01 < /o defv { o -01 . } > -12 } quoted { } { * } ? * + quoted { |deff } " globalDeff" | ? * +} /via defq + { -1110 ; ==f =*a len _ { 0 a |
