non-pointer arith check

This commit is contained in:
Yaossg 2024-11-18 09:48:28 +08:00
parent 05f6b1906f
commit 12840c12f9
3 changed files with 60 additions and 35 deletions

View file

@ -37,6 +37,8 @@ $ sh boot.sh
| boot.c boot-lib.h | boot1.out | boot2.s | boot2.out | 自举自举自制编译器 |
| boot.c boot-lib.h | boot2.out | boot3.s | | 验证自举自举自制编译器 |
后三次编译时boot-lib.h 的内容被手动导入 boot.c 开头进行编译boot-lib.c 提供的库通过链接引入。
自举的目标为 boot1.s == boot2.s == boot3.s
## 语言文档