mentat/query-parser
Richard Newman 5d74f1ee94 Add utilities for defining parsers. (#218) r=vporof
satisfy_unwrap and ResultParser go into mentat_parser_utils.
2017-02-02 10:25:05 -08:00
..
src Add utilities for defining parsers. (#218) r=vporof 2017-02-02 10:25:05 -08:00
tests Implement parsing of simple :find expressions. (#196) r=nalexander 2017-01-25 14:06:19 -08:00
Cargo.toml Rename parser_utils to mentat_parser_utils, clean up imports. (#234) r=vporof 2017-02-02 08:18:04 -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.