This commit is contained in:
jingus 2026-04-19 04:03:00 -05:00
commit 34e45e702f
16 changed files with 1109 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "jackal"
version = "0.1.0"
edition = "2024"
[dependencies]
chumsky = "0.12.0"
logos = "0.16.1"
winnow = "1.0.1"