| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace todo!() in parser with errors | Tolmachev Igor | 2026-05-09 | 2 | -53/+67 |
| | | |||||
| * | Rename Parser.cursor to Parser.last_token_end | Tolmachev Igor | 2026-05-09 | 1 | -9/+11 |
| | | | | | `cursor` sounds like the current position, but the field stores the end of the last consumed token. | ||||
| * | Add AST parser skeleton | Tolmachev Igor | 2026-05-09 | 3 | -0/+221 |
