mentat/parser-utils/src
Nick Alexander f4e2a0471f Part 1c: Add Log/.log(...) for logging parser progress.
This is a terrible hack, but it sure helps to debug complicated nested
parsers.  I don't even know what a principled approach would look
like; since our parser combinators are so frequently expressed in
code, it's hard to imagine a data-driven interpreter that can help
debug things.
2017-04-03 09:15:36 -07:00
..
lib.rs Part 1c: Add Log/.log(...) for logging parser progress. 2017-04-03 09:15:36 -07:00
log.rs Part 1c: Add Log/.log(...) for logging parser progress. 2017-04-03 09:15:36 -07:00
value_and_span.rs Part 1b: Add keyword_map() parsing an edn::Value::Vector into an edn::Value::map. 2017-04-03 09:15:36 -07:00