diff options
| author | Drahflow <drahflow@gmx.de> | 2013-12-22 17:05:46 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-12-22 17:05:46 +0100 |
| commit | 0bce2aecb9fddcacbd7353bcdc0c69703ed49e52 (patch) | |
| tree | f3e0e48ef874ebd0ef5d5fed90e41ca8f806214e /compiler/elymasLexer.ey | |
| parent | 95129aebebc6f2552a600e443db4a207412f5f5b (diff) | |
read now universally returns (undecoded) string
Diffstat (limited to 'compiler/elymasLexer.ey')
| -rw-r--r-- | compiler/elymasLexer.ey | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/elymasLexer.ey b/compiler/elymasLexer.ey index 2929285..411e7ad 100644 --- a/compiler/elymasLexer.ey +++ b/compiler/elymasLexer.ey @@ -43,7 +43,7 @@ { /input defv "" { - 4096 input .readstr cat + 4096 input .read cat _ "" streq not } { { _ "([^\\n]*)\\n(.*)" regex } { -102 -- TOKINT TOKSTR TOKID elymas .tokenize { |
