mentat/query-parser
Richard Newman 5b770a54cd Parse basic :find and :where clauses. (#211) r=nalexander
* Make Variable::from_symbol public.
* Implement basic parsing of queries.
* Use pinned dependencies the hard way to fix Travis.
* Bump ordered-float dependency to 0.4.0.
* Error coercions to use ?, and finishing the find interface.
2017-02-02 18:32:00 -08:00
..
src Parse basic :find and :where clauses. (#211) r=nalexander 2017-02-02 18:32:00 -08:00
tests Implement parsing of simple :find expressions. (#196) r=nalexander 2017-01-25 14:06:19 -08:00
Cargo.toml Parse basic :find and :where clauses. (#211) r=nalexander 2017-02-02 18:32:00 -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.