diff options
| author | Drahflow <drahflow@gmx.de> | 2014-03-31 00:24:05 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2014-03-31 00:24:05 +0200 |
| commit | c61d0d4fe1079dfe5e1b40e0f301d6d1c77a136d (patch) | |
| tree | 0593f2091ec513b863728088db66a10859f73735 /compiler/standardClient.ey | |
| parent | 2387a3eafbd13c0b27797ac1434e45bb36d632c2 (diff) | |
Some documentation (and resulting code-cleanup)
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 |
