| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace generic list AST with typed expression tree | Tolmachev Igor | 2026-05-11 | 1 | -94/+1204 |
| | | | | | | Each form (fn, let, for, set, do, call) now has its own variant with named fields instead of being a plain list. | ||||
| * | Remove Float from parser | Tolmachev Igor | 2026-05-10 | 1 | -94/+2 |
| | | | | | Dropped to make the language simpler. | ||||
| * | Remove Quote from parser | Tolmachev Igor | 2026-05-10 | 1 | -135/+1 |
| | | | | | Dropped to make the language simpler. | ||||
| * | Make project structure more consistentdev | Tolmachev Igor | 2026-05-09 | 1 | -10/+6 |
| | | |||||
| * | Implement fmt::Display for Error | Tolmachev Igor | 2026-05-09 | 1 | -4/+4 |
| | | | | | | Replaces the todo!() stub. InvalidFloatLiteral and InvalidIntegerLiteral now also take the original string. | ||||
| * | Add parser tests | Tolmachev Igor | 2026-05-09 | 1 | -0/+747 |
