From 0bce2aecb9fddcacbd7353bcdc0c69703ed49e52 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Sun, 22 Dec 2013 17:05:46 +0100 Subject: read now universally returns (undecoded) string --- compiler/elymasLexer.ey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/elymasLexer.ey') 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 { -- cgit v1.2.3