Initial Commit

This commit is contained in:
2025-08-28 02:26:06 -04:00
committed by Val
commit c83218d750
17 changed files with 2276 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "doughlang"
version = "0.1.0"
edition = "2024"
[dependencies]
repline = { version = "0.0.8", registry = "soft-fish" }
unicode-ident = "1.0.12"