parser works

This commit is contained in:
nora 2022-04-12 19:32:48 +02:00
parent 2b1daa55fb
commit 2484fe1f44
7 changed files with 402 additions and 0 deletions

12
rust2/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "rust2"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bumpalo = { version = "3.9.1", features = ["allocator_api"] }
[dev-dependencies]
insta = "1.14.0"