From f35c16c4717afae1e280503d62608dc498d57f43 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Thu, 14 Apr 2016 13:19:20 +0200 Subject: Allow \\], \\(, \\) in regex --- compiler/standardClient.ey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3