aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2016-04-14 13:19:20 +0200
committerDrahflow <drahflow@gmx.de>2016-04-14 13:19:20 +0200
commitf35c16c4717afae1e280503d62608dc498d57f43 (patch)
tree7f4a054f1839753ad6160a9f41b181c6b5859ed5 /compiler
parent4d806fe07c1ad4421e57d2f040537f3cfbd5a08f (diff)
Allow \\], \\(, \\) in regex
Diffstat (limited to 'compiler')
-rw-r--r--compiler/standardClient.ey2
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