diff --git a/src/julia-parser.scm b/src/julia-parser.scm index 5d8de07bec78f..ceacaf37fe10c 100644 --- a/src/julia-parser.scm +++ b/src/julia-parser.scm @@ -69,7 +69,7 @@ (add-dots '(+ - ! ¬ √ ∛ ∜)))) ; operators that are both unary and binary -(define unary-and-binary-ops '(+ - $ & ~ |.+| |.-|)) +(define unary-and-binary-ops '(+ - $ & ~ |.+| |.-| |.&|)) ; operators that are special forms, not function names (define syntactic-operators