start a new rewrite of the filter parser

This commit is contained in:
Tamo
2021-10-22 01:15:42 +02:00
parent c634d43ac5
commit 7e5c5c4d27
3 changed files with 639 additions and 1 deletions

15
filter_parser/Cargo.toml Normal file
View File

@ -0,0 +1,15 @@
[package]
name = "filter_parser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "7.0.0"
nom_locate = "4.0.0"
[dev-dependencies]
big_s = "1.0.2"
maplit = "1.0.2"
rand = "0.8.3"