@@ -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/
The note is not visible to the blocked user.