From 35bc7a72f8c76669f2b49cc9cfd0a17e1d306073 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Tue, 22 Jan 2013 12:49:40 +0100 Subject: String parsing error fixed --- compiler/elymasGlobal.ey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/elymasGlobal.ey b/compiler/elymasGlobal.ey index 3a42376..a015c07 100644 --- a/compiler/elymasGlobal.ey +++ b/compiler/elymasGlobal.ey @@ -56,7 +56,7 @@ "^ (.*)" { } parse "^#" { "" } parse "^(\\d+) +(.*)" { TOKINT token -01 } parse - "\"(.*)" { + "^\"(.*)" { "" /str defv { _ "^\"(.*)" regex { -01 -- 0 } { 1 } ? * } { 0 /strmatched defv { /f deff strmatched { -- } { { 1 =strmatched f } rxparse } ? * } /strparse deff -- cgit v1.2.3