feat(ast): Add graph output

This commit is contained in:
2026-05-09 12:29:59 +08:00
parent 567057fd76
commit 3c728fb2b8
7 changed files with 330 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
codespan-reporting = "0.13.1"
num = "0.4.3"
petgraph = "0.8.3"
regex = "1.12.3"
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2.0.18"