自举实验失败,C1 编译 Test 成功,暂未达到自举收敛点

This commit is contained in:
2026-07-30 15:44:32 +08:00
parent 68481a5a7f
commit 32af3f93fa
22 changed files with 2158 additions and 442 deletions

View File

@@ -101,7 +101,7 @@ class Logger:
self._reset_color()
# category 可选
if category is not None and category[0] != 0:
stdio.printf("[%s]", category)
stdio.printf(" [%s]", category)
stdio.printf(": %s\n", msg)
return 0