aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Parser.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Parser.hs b/src/Parser.hs
index ddd74e2..9a4a793 100644
--- a/src/Parser.hs
+++ b/src/Parser.hs
@@ -18,7 +18,7 @@ sc :: Parser ()
sc = void $ char ' '
specialChar :: Parser Char
-specialChar = oneOf "!?*@.:;+-_#$%^&<>/|~='"
+specialChar = oneOf "!?*@.:;+-_#$%^&<>/\\|~='"
infixOperator :: Parser String
infixOperator = some specialChar