mentat/query-parser
Nick Alexander 1d8d94f887 Part 2: Turn (type-function ?var) into (type ?var type-keyword).
This is more general (the parser doesn't encode the set of known
types), and avoids a dependency on `ValueType`.
2018-06-04 14:52:51 -07:00
..
src Part 2: Turn (type-function ?var) into (type ?var type-keyword). 2018-06-04 14:52:51 -07:00
tests Part 2: Turn (type-function ?var) into (type ?var type-keyword). 2018-06-04 14:52:51 -07:00
Cargo.toml Part 2: Turn (type-function ?var) into (type ?var type-keyword). 2018-06-04 14:52:51 -07: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.