feat(main): add args parse and exec process

This commit is contained in:
2026-05-09 23:37:59 +08:00
parent aeb955986e
commit 065bc93bc6
6 changed files with 222 additions and 19 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
[package]
name = "rusty-minic"
name = "compiler"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
codespan-reporting = "0.13.1"
num = "0.4.3"
petgraph = "0.8.3"