| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace generic list AST with typed expression tree | Tolmachev Igor | 2026-05-11 | 1 | -0/+4 |
| | | | | | | Each form (fn, let, for, set, do, call) now has its own variant with named fields instead of being a plain list. | ||||
| * | Add parser tests | Tolmachev Igor | 2026-05-09 | 1 | -1/+1 |
| | | |||||
| * | Split Spanned<T> from Span and expose fields | Tolmachev Igor | 2026-05-08 | 1 | -40/+27 |
| | | | | | | Spanned<T> wraps a value with a Span. Public fields enable destructuring in pattern matches. | ||||
| * | Add lexer | Tolmachev Igor | 2026-05-07 | 1 | -0/+61 |
