2026-02-13 17:26:50 +08:00
|
|
|
[package]
|
|
|
|
|
name = "scc"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
{ name = "argparse", path = "./libs/argparse" },
|
|
|
|
|
{ name = "lexer", path = "./libs/lexer" },
|
2026-02-17 22:47:25 +08:00
|
|
|
{ name = "pproc", path = "./libs/pproc" },
|
|
|
|
|
# { name = "parser", path = "./libs/parser" },
|
|
|
|
|
# { name = "ast", path = "./libs/ast" },
|
|
|
|
|
# { name = "ast2ir", path = "./libs/ast2ir" },
|
|
|
|
|
# { name = "ir", path = "./libs/ir" },
|
2026-02-13 17:26:50 +08:00
|
|
|
]
|