Create a first pass at a rust parser for the yunq language.
This commit is contained in:
parent
5b1debde54
commit
1cda053758
6 changed files with 793 additions and 0 deletions
7
yunq/rust/Cargo.toml
Normal file
7
yunq/rust/Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "yunq"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.7", features = ["derive"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue