diff options
| author | Drahflow <drahflow@gmx.de> | 2013-10-15 10:43:45 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-10-15 10:43:45 +0200 |
| commit | 64419a3ffee442e831dc3d54a64fe382baf7c297 (patch) | |
| tree | eddfd7b0ba69be0c8ae86806c87c5c98f0468489 /compiler/standardClient.ey | |
| parent | 00feca5e1e9bd4e1625a76fc548b06f05a0e88f8 (diff) | |
Dynamically shared object support
Diffstat (limited to 'compiler/standardClient.ey')
| -rw-r--r-- | compiler/standardClient.ey | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index bdc637c..f75af2c 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -131,6 +131,9 @@ } { ^n } { { 0 "\n" * eq }" terminal =a tail + } { ^[ } { + { 0 "[" * eq }" terminal =a + tail } { 1 } { "invalid character '" "' after \\ in regex" -120 cat cat die } ] conds |
