Skip to content

Commit

Permalink
aliasing ↦ as -> hardcoded in the parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Saleh Dindar committed Mar 17, 2013
1 parent 560c185 commit 8b50b9f
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 @@ -727,7 +727,7 @@
(case t
((|::|) (take-token s)
(loop (list t ex (parse-call s))))
((->) (take-token s)
((->) (take-token s)
;; -> is unusual: it binds tightly on the left and
;; loosely on the right.
(let ((lno (line-number-filename-node s)))
Expand Down

0 comments on commit 8b50b9f

Please sign in to comment.