mentat/edn
Joe Walker dac3a97962 Add a basic EDN parser
The parser mostly works and has a decent test suite. It parses all the
queries issued by tofino-user-agent with some caveats. Known flaws:

* No support for tagged elements, comments, discarded elements or "'"
* Incomplete support for escaped characters in strings and the range of
  characters that are allowed in keywords and symbols
* Possible whitespace handling problems
2017-01-11 12:13:28 -08:00
..
src Add a basic EDN parser 2017-01-11 12:13:28 -08:00
tests Add a basic EDN parser 2017-01-11 12:13:28 -08:00
build.rs Add a basic EDN parser 2017-01-11 12:13:28 -08:00
Cargo.toml Add a basic EDN parser 2017-01-11 12:13:28 -08:00
README.md Add a basic EDN parser 2017-01-11 12:13:28 -08:00

barnardsstar

An experimental EDN parser for Datomish