aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-08-09 00:44:40 +0200
committerDrahflow <drahflow@gmx.de>2013-08-09 00:44:40 +0200
commit6971116b32857d3402a26723f604609f91900c93 (patch)
treec27ece49238df22fcc575e037f491cf358e8cdc1 /compiler
parente0f0e21df4600a73470323c2b35663d58c13c614 (diff)
(.*) not yet very efficient, but include now is
Diffstat (limited to 'compiler')
-rw-r--r--compiler/standardClient.ey5
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey
index 82bb067..ecf9649 100644
--- a/compiler/standardClient.ey
+++ b/compiler/standardClient.ey
@@ -970,8 +970,9 @@
buffer "" streq not
} {
{
- buffer "([^\\n]*)\\n(.*)" regex
- } { ==line =buffer
+ buffer "([^\\n]*)\\n" regex
+ } { ==line
+ line len 1 add buffer str .postfix =buffer
line TOKINT TOKSTR TOKID elymas .tokenize {
_ .handle
} each