mentat/query-parser
Richard Newman c6fa14c0c8 Rudimentary printing of EDN values. (#209) r=jsantell
* Add a little From helper for edn::parse::ParseError. Not used yet.

* Ignore more things.

* Partly implement Display for edn::Value.
2017-01-28 14:18:17 -08:00
..
src Rudimentary printing of EDN values. (#209) r=jsantell 2017-01-28 14:18:17 -08:00
tests Implement parsing of simple :find expressions. (#196) r=nalexander 2017-01-25 14:06:19 -08:00
Cargo.toml Implement parsing of simple :find expressions. (#196) r=nalexander 2017-01-25 14:06:19 -08:00
README.md Implement parsing of simple :find expressions. (#196) r=nalexander 2017-01-25 14:06:19 -08:00

See https://github.com/mozilla/mentat/wiki/Querying for a description of what's going on in this crate, as well as query and query-executor.