diff options
| author | Drahflow <drahflow@gmx.de> | 2012-12-23 19:22:40 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2012-12-23 19:22:40 +0100 |
| commit | d36359347d14b42910b97b9c6124c33f795ec42c (patch) | |
| tree | 494cf183afc6a4f9ea0033493e1e8525e552549c /compiler | |
| parent | 78565a42ed6d6830553452481adf7e3a7bcf4c8e (diff) | |
Typo.
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 13df759..237178d 100644 --- a/compiler/elymasGlobal.ey +++ b/compiler/elymasGlobal.ey @@ -21,7 +21,7 @@ "^\\\\n(.*)" { str "\n" cat =str } strparse "^\\\\\"(.*)" { str "\"" cat =str } strparse "^([^\"\\\\])(.*)" { str -01 cat =str } strparse - strany not { "Tokenization of string-liked failed" die } rep + strany not { "Tokenization of string-like failed" die } rep } loop str TOKSTR token -01 } parse |
