* Get current token with fresh type (avoids TypeScript narrowing issues).
()
| 96 | * Get current token with fresh type (avoids TypeScript narrowing issues). |
| 97 | */ |
| 98 | private current(): Token | null { |
| 99 | return this.buf1; |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Get lookahead token with fresh type (avoids TypeScript narrowing issues). |