Closed fasterthanlime closed 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.
Fixed at https://github.com/memoways/shin/commit/eb7bc8ff0107bb8b91166d53e742ec53fdc206b1#diff-d096eecc7514510f0b0092a6eff14db6R226 - but it's a terrible solution. :scream:
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.