fasterthanlime / shin

:warning: (def shin (dissoc clojurescript :jvm :google_closure)) (deprecated)
MIT License
35 stars 1 forks source link

Quoted parsing is wrong #11

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

It'll only parse quoted lists, but what's inside will not be quoted.

Instead, need state in the parser that says if we're in a quote or not.

fasterthanlime commented 9 years ago

Fixed at https://github.com/memoways/shin/commit/eb7bc8ff0107bb8b91166d53e742ec53fdc206b1#diff-d096eecc7514510f0b0092a6eff14db6R226 - but it's a terrible solution. :scream: