cespare / goclj

Clojure parsing in Go
MIT License
37 stars 6 forks source link

Fix cljfmt tag handling #55

Closed cespare closed 6 years ago

cespare commented 6 years ago

Seems like there's some kind of bug here:

{:a #array-seq [1 2]
   :b 1
   :c 2}
jwhitbeck commented 6 years ago

Thanks!