diff options
| -rw-r--r-- | compiler/standardClient.ey | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index ca05e41..1912f7c 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -182,7 +182,7 @@ { 0 "\n" * eq }" terminal =a tail } - [ "." "[" "?" "*" "+" "$" "^" "\\" ] { ==c + [ "." "[" "]" "?" "*" "+" "$" "^" "\\" "(" ")" ] { ==c { _ head 0 c * eq } { { 0 c * eq } terminal =a tail |
