feat(build): 引入新的 Python 构建系统并移除旧 Makefile
新增基于 Python 的构建脚本 `cbuild.py`,支持包管理、依赖解析和模块化编译。 同时添加 `.gitignore` 忽略 `build` 目录,并在 `justfile` 中更新构建命令。 移除了原有的 `lib/Makefile` 和主目录下的相关 make 规则,统一使用新构建系统。
This commit is contained in:
9
libs/README.md
Normal file
9
libs/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
lexer 词法分析
|
||||
parse 语法分析
|
||||
ast 抽象语法树
|
||||
sema 语义分析
|
||||
ir 中间代码标识
|
||||
opt 优化器
|
||||
codegen 代码生成
|
||||
target 目标平台支持
|
||||
Reference in New Issue
Block a user