From 3fb7dd375ada97b9413abfecccd8a889c53dc93a Mon Sep 17 00:00:00 2001 From: Drahflow Date: Wed, 4 Sep 2013 01:55:51 +0200 Subject: Minimal HTTP server --- compiler/elymasTokenize.ey | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler') 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 -- cgit v1.2.3