Implement a basic parser, with snapshot testing

This commit is contained in:
2024-06-01 11:01:01 -07:00
parent fe21c1a792
commit 4730f11f31
6 changed files with 327 additions and 2 deletions
+9
View File
@@ -6,5 +6,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
codepage-437 = "0.1.0"
insta = "1.39.0"
nom = "7.1.3"
[dev-dependencies]
insta = "1.39.0"
[profile.dev.package]
insta.opt-level = 3
similar.opt-level = 3