mentat/query-parser
Joe Walker f591c90738 Use mentat-parser-utils in tx-parser. Fixes #235; r=rnewman,victorporof
Move macros query-parser/…/parser_utils.rs → parser-utils/…/query.rs

Signed-off-by: Joe Walker <jwalker@mozilla.com>
2017-02-10 18:30:03 +00:00
..
src Use mentat-parser-utils in tx-parser. Fixes #235; r=rnewman,victorporof 2017-02-10 18:30:03 +00:00
tests Implement parsing of simple :find expressions. (#196) r=nalexander 2017-01-25 14:06:19 -08:00
Cargo.toml Don't depend on num and ordered-float in the db and query crates, r=ncalexan (#223) 2017-02-08 12:19:16 +01: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.