mozilla / mentat

UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript.
https://mozilla.github.io/mentat/
Apache License 2.0
1.65k stars 115 forks source link

Parse queries using rust-peg. #728

Closed ncalexan closed 6 years ago

ncalexan commented 6 years ago

This is the equivalent of #681 but for the query parser. Faster and simpler, although a lot of things needed to get moved around.

I'll follow-up to remove the tx and query-parser crates, since they're just pass-throughs at this point.