From bfd4257a9e7a5ab40f240c4df787f24324f98a9d Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Thu, 26 Jan 2017 11:19:12 -0500 Subject: [PATCH] .& is both unary and binary too --- src/julia-parser.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/julia-parser.scm b/src/julia-parser.scm index 5d8de07bec78fe..ceacaf37fe10c4 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