Skip to content

Commit

Permalink
Fix issue with stack depth and comment parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Aug 22, 2020
1 parent 64c7eb4 commit be8fc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edamame/impl/parser.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
(let [loc (location reader)
obj (dispatch ctx reader c)]
(if (identical? reader obj)
(parse-next ctx reader)
(recur ctx reader desugar)
(if (kw-identical? ::expected-delimiter obj)
obj
(let [postprocess (:postprocess ctx)
Expand Down

0 comments on commit be8fc88

Please sign in to comment.