This commit is contained in:
LunarAkai 2025-08-05 22:02:39 +02:00
commit d7795e52f9
10 changed files with 276 additions and 31 deletions

View file

@ -6,3 +6,4 @@ edition = "2024"
[dependencies]
logos = "0.15.0"
chumsky = "0.10.1"
inkwell = { version = "0.6.0", features = ["llvm18-1"] }