diff options
| author | Drahflow <drahflow@gmx.de> | 2013-09-04 01:55:51 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-09-04 01:55:51 +0200 |
| commit | 3fb7dd375ada97b9413abfecccd8a889c53dc93a (patch) | |
| tree | 583915d9624b8892519334023282ab99b2ead632 /compiler | |
| parent | 20efe1efeb3c62b884ccc16fd77e3b4c430c3ed9 (diff) | |
Minimal HTTP server
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/elymasTokenize.ey | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/elymasTokenize.ey b/compiler/elymasTokenize.ey index a44bcbe..e1db057 100644 --- a/compiler/elymasTokenize.ey +++ b/compiler/elymasTokenize.ey @@ -28,6 +28,7 @@ { "^\\\\\\\\(.*)" regex } { str "\\" cat =str } strparse { "^\\\\n(.*)" regex } { str "\n" cat =str } strparse + { "^\\\\r(.*)" regex } { str "\r" cat =str } strparse { "^\\\\0(.*)" regex } { str "\0" cat =str } strparse { "^\\\\\"(.*)" regex } { str "\"" cat =str } strparse { "^([^\"\\\\])(.*)" regex } { str -01 cat =str } strparse |
