MCLang, now with testing!

This commit is contained in:
2024-12-21 05:10:03 +02:00
parent 54b6df5862
commit debcf6ad6c
26 changed files with 1210 additions and 41 deletions

7
Cargo.lock generated
View File

@@ -63,6 +63,12 @@ version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "camino"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
[[package]]
name = "clap"
version = "4.5.23"
@@ -132,6 +138,7 @@ name = "mclangc"
version = "0.1.0"
dependencies = [
"anyhow",
"camino",
"clap",
"lazy_static",
"parse_int",