- meta:STATOR v1(参与 .stb 型号标识) - type 3 条:BOOL(uint8, range=[0,1], tag=0) / INT(int16, tag=1) / TIME(int64, tag=2) - op 34 条:全属性必填,与 kOpDefs 逐条一致(26 PLAIN + 8 INSTANCE=CAL) - fb 8 条:opcode 与 op 行一致,字段类型命中 type 表 - 核对程序通过:types=3 ops=34 fbs=8 ALL CONSISTENT
compiler
ST / toml 编译器。CMake 目标:compiler(STATIC),依赖 isa;可执行 STCompiler。
- 使用说明(构建 / 用法 / 工程文件 / ST 子集 / 错误类别):
doc/compiler/STCompiler使用说明.md - 边界与管线:
doc/compiler/编译管线.md - 语言规则:
doc/初步计划.md