diff options
| author | Drahflow <drahflow@gmx.de> | 2013-01-22 12:49:40 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-01-22 12:49:40 +0100 |
| commit | 35bc7a72f8c76669f2b49cc9cfd0a17e1d306073 (patch) | |
| tree | 45624423f02b7f615ec2442d314ba1209558a6f3 /compiler | |
| parent | d8103a3f7ebc2d4b7cf4708e395c882b6ef2d302 (diff) | |
String parsing error fixed
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/elymasGlobal.ey | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
