| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove Float from parser | Tolmachev Igor | 2026-05-10 | 1 | -9/+1 |
| | | | | | Dropped to make the language simpler. | ||||
| * | Implement fmt::Display for Error | Tolmachev Igor | 2026-05-09 | 1 | -16/+17 |
| | | | | | | Replaces the todo!() stub. InvalidFloatLiteral and InvalidIntegerLiteral now also take the original string. | ||||
| * | Add parser tests | Tolmachev Igor | 2026-05-09 | 1 | -1/+1 |
| | | |||||
| * | Add RecursionLimit parser error | Tolmachev Igor | 2026-05-09 | 1 | -0/+2 |
| | | | | | | Returns error after 256 levels of nesting to avoid stack overflow. The limit is hardcoded now, but will become a compiler flag later. | ||||
| * | Replace todo!() in parser with errors | Tolmachev Igor | 2026-05-09 | 1 | -2/+32 |
| | | |||||
| * | Add AST parser skeleton | Tolmachev Igor | 2026-05-09 | 1 | -0/+12 |
