Implement formula evaluation for DATE statement

This commit is contained in:
Joscha 2021-12-06 12:47:19 +00:00
parent c391d76690
commit cb7c87b8b2
7 changed files with 237 additions and 30 deletions

7
Cargo.lock generated
View file

@ -101,6 +101,12 @@ dependencies = [
"vec_map",
]
[[package]]
name = "computus"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9eaa21df489b1e50af464db43c1fc69f60492060ac7baae3996fe8a5f476790"
[[package]]
name = "digest"
version = "0.8.1"
@ -370,6 +376,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"computus",
"pest",
"pest_derive",
"structopt",