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

[cli] Migrate CLI parsing to `rust-peg` #735

Open ncalexan opened 6 years ago

ncalexan commented 6 years ago

This will complete the transition away from combine to rust-peg that we've done in #681 and #728.

Along the way, we might be able to simplify some of the line handling functions in here, addressing #672.