Skip to content

Commit

Permalink
allow &(a,b) to work
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Feb 14, 2020
1 parent 438485e commit fb3123f
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 @@ -115,7 +115,7 @@
(define syntactic-operators
(append! (add-dots '(= += -= *= /= //= |\\=| ^= ÷= %= <<= >>= >>>= |\|=| &= ⊻=))
'(:= --> $= && |\|\|| |.| ... ->)))
(define syntactic-unary-operators '($ & |::|))
(define syntactic-unary-operators '($ |::|))

(define syntactic-op? (Set syntactic-operators))
(define syntactic-unary-op? (Set syntactic-unary-operators))
Expand Down

0 comments on commit fb3123f

Please sign in to comment.