Switch to pest-generated parser

This commit is contained in:
Joscha 2021-11-18 02:49:38 +01:00
parent 9c9e5764f2
commit 1e58672e21
9 changed files with 262 additions and 250 deletions

View file

@ -6,5 +6,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.45"
chrono = "0.4.19"
pest = "2.1.3"
pest_derive = "2.1.0"
structopt = "0.3.25"
thiserror = "1.0.30"