Skip to content

Commit

Permalink
.& is both unary and binary too
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 26, 2017
1 parent 26a71e0 commit bfd4257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julia-parser.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfd4257

Please sign in to comment.