| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-11 | Refactor some AST logic to keep Ints/Reals as "Integer" and "Number" AST | Bruce Hill | |
| nodes and use improved parsing logic from Int/Real | |||
| 2026-01-11 | Rename AST nodes: Int -> Integer, Num -> Number | Bruce Hill | |
| 2025-10-18 | Pass through comments on args and use them for help and manpages | Bruce Hill | |
| 2025-09-20 | WIP on inline enums | Bruce Hill | |
| 2025-08-31 | Bugfix for argument aliases (merge issue) | Bruce Hill | |
| 2025-08-31 | Merge fixes | Bruce Hill | |
| 2025-08-31 | Merge branch 'main' into formatter | Bruce Hill | |
| 2025-08-31 | Add argument aliases so programs can use `func main(verbose|v=no)` to do | Bruce Hill | |
| single-letter argument flags. | |||
| 2025-08-25 | Improved formatting | Bruce Hill | |
| 2025-08-25 | Initial work to pass metadata for code | Bruce Hill | |
| 2025-08-25 | Rename parse -> expressions | Bruce Hill | |
| 2025-08-25 | Less public | Bruce Hill | |
| 2025-08-25 | Further split out files for parsing | Bruce Hill | |
| 2025-08-25 | Split out type parsing | Bruce Hill | |
| 2025-08-25 | Split out function parsing. | Bruce Hill | |
