stage1 修复bug 删除递归测试

This commit is contained in:
zzy
2026-07-08 11:45:45 +08:00
parent 463177d3be
commit 147f26e063
11 changed files with 601 additions and 96 deletions

View File

@@ -13,7 +13,6 @@ spl_tok_t *advance(spl_comp_t *ctx) {
return t;
}
/* ============================================================
* Parse function definition
* fn name(params) ret-type { body }