diff options
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 |
