diff options
Diffstat (limited to 'compiler/standardClient.ey')
| -rw-r--r-- | compiler/standardClient.ey | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index a626790..d55c23e 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -6,7 +6,6 @@ ## regex support # ideas taken from http://swtch.com/~rsc/regexp/regexp3.html -# FIXME: correctly handly */+/? priority < 0 ==:MATCH 1 ==:TERM 2 ==:JUMP 3 ==:SPLIT 4 ==:SAVE 5 ==:FIRST 6 ==:LAST @@ -858,6 +857,7 @@ } /curry deffd { | curry } "||" deffd + { ==o { "unknown type in **" die } ==:unknown { "invalid type in **" die } ==:invalid |
