edamame icon indicating copy to clipboard operation
edamame copied to clipboard

Configurable EDN/Clojure parser with location metadata

Results 3 edamame issues
Sort by recently updated
recently updated
newest added

https://github.com/borkdude/edamame/blob/12c7fee420286fa8a51ee62a1111e3f7d8a26941/src/edamame/impl/parser.cljc#L320

Port by @slipset: https://github.com/slipset/data.json/commits/with-char-reader @chrisn: https://github.com/cnuernber/charred/blob/master/java/charred/CharReader.java#L82 I don't know if clojure code needs to push back more than one character, I guess we'll figure out by trial and error, so...

**Is your feature request related to a problem? Please describe.** It's possible to recover from encountering mismatched brackets using `:edamame/expected-delimiter` but not for other kinds of errors. I would like...