aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/standardClient.ey2
-rw-r--r--elymas/lib/sys/optroutines.ey2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey
index 4240cee..4b06c86 100644
--- a/compiler/standardClient.ey
+++ b/compiler/standardClient.ey
@@ -192,7 +192,7 @@
{ 0 "\n" * eq }" terminal =a
tail
}
- [ "." "[" "]" "?" "*" "+" "$" "^" "\\" "(" ")" ] { ==c
+ [ "." "[" "]" "?" "*" "+" "$" "^" "\\" "(" ")" "|" ] { ==c
{ _ head 0 c * eq } {
{ 0 c * eq } terminal =a
tail
diff --git a/elymas/lib/sys/optroutines.ey b/elymas/lib/sys/optroutines.ey
index 848c31b..72004d3 100644
--- a/elymas/lib/sys/optroutines.ey
+++ b/elymas/lib/sys/optroutines.ey
@@ -146,7 +146,7 @@
{ 0 "\n" * eq }" terminal =a
tail
}
- [ "." "[" "]" "?" "*" "+" "$" "^" "\\" "(" ")" ] { ==c
+ [ "." "[" "]" "?" "*" "+" "$" "^" "\\" "(" ")" "|" ] { ==c
{ _ head 0 c * eq } {
{ 0 c * eq } terminal =a
tail