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

@@ -118,7 +118,7 @@ typedef enum {
typedef struct {
spl_tok_type_t type;
const char *lexeme;
usize len; /* token length in bytes */
usize len; /* token length in bytes */
const char *fname;
usize offset;
usize line;