docs: Token 计数修正 50→67 (AGENTS.md + CLAUDE.md)

This commit is contained in:
2026-06-06 13:33:39 +08:00
parent 031dedfb8e
commit 380b52930a
4 changed files with 536 additions and 3 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ L Language/
├── src/
│ ├── lexer/
│ │ ├── token.h/c Token {kind, start, length, line, col}
│ │ └── lexer.h/c 手写状态机,40 种 Token 类型
│ │ └── lexer.h/c 手写状态机,67 种 Token 类型
│ ├── parser/
│ │ └── parser.h/c Pratt 表达式 (9 级优先级) + 递归下降语句
│ ├── ast/