Skip to content

Commit bc807bb

Browse files
author
Michael Reed
committed
added .⋆ to unary-and-binary-ops
1 parent 7c2fbf1 commit bc807bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia-parser.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
(define unary-op? (Set unary-ops))
108108

109109
; operators that are both unary and binary
110-
(define unary-and-binary-ops '(+ - $ & ~ |.+| |.-| ))
110+
(define unary-and-binary-ops '(+ - $ & ~ |.+| |.-| |.⋆|))
111111

112112
(define unary-and-binary-op? (Set unary-and-binary-ops))
113113

0 commit comments

Comments
 (0)