Initial commit

This commit is contained in:
Aleksandr 2024-07-30 23:43:47 +03:00
commit 0a9dc80583
13 changed files with 239 additions and 0 deletions

9
crates/parser/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "saja-parser"
version = "0.1.0"
edition = "2021"
[dependencies]
chumsky = "0.9.3"
compact_str.workspace = true