Files
Interpreter/compiler/README.md
T
Admin eb6829b9b9 新增 STCompiler 使用说明文档。
- 构建 / 用法(-o 产出 .stb)/ 退出码 / line1 示例
- project.toml 字段表、ST 子集支持范围与 v1 限制清单
- 编译管线五类错误前缀与示例;样例与测试索引;当前状态
- compiler/README 与 Doc/索引 登记
2026-08-21 11:55:36 +08:00

8 lines
439 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# compiler
ST / toml 编译器。CMake 目标:`compiler``STATIC`),依赖 `isa`;可执行 `STCompiler`
- **使用说明**(构建 / 用法 / 工程文件 / ST 子集 / 错误类别):[`doc/compiler/STCompiler使用说明.md`](../doc/compiler/STCompiler使用说明.md)
- 边界与管线:[`doc/compiler/编译管线.md`](../doc/compiler/编译管线.md)
- 语言规则:[`doc/初步计划.md`](../doc/初步计划.md)