Skip to content

Commit

Permalink
restore change from da05297 that allows
Browse files Browse the repository at this point in the history
interpolating a module name.
  • Loading branch information
JeffBezanson committed Feb 3, 2015
1 parent 4b41ae6 commit 42e28c8
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 @@ -1206,7 +1206,7 @@
(error "expected assignment after \"const\"")
`(const ,assgn))))
((module baremodule)
(let* ((name (parse-atom s))
(let* ((name (parse-unary-prefix s))
(body (parse-block s)))
(expect-end s)
(list 'module (eq? word 'module) name
Expand Down

0 comments on commit 42e28c8

Please sign in to comment.