| Age | Commit message (Expand) | Author |
|---|---|---|
| 2026-01-11 | Refactor some AST logic to keep Ints/Reals as "Integer" and "Number" AST | Bruce Hill |
| 2026-01-11 | Rename AST nodes: Int -> Integer, Num -> Number | Bruce Hill |
| 2025-11-09 | Rename Num -> Float64, Num32 -> Float32 | Bruce Hill |
| 2025-10-05 | Fix a bunch of issues with optional types | Bruce Hill |
| 2025-10-01 | Bugfix for compiling optional fixed-size ints | Bruce Hill |
| 2025-09-21 | Bugfixes for anonymous enums, code cleanup to remove type_to_string(), | Bruce Hill |
| 2025-08-24 | Shared includes for compile folder to reduce duplicate code | Bruce Hill |
| 2025-08-24 | Finally, split compile.c into compile/expressions.c | Bruce Hill |
| 2025-08-24 | Add comments and pragmas | Bruce Hill |
| 2025-08-24 | Move int code to its file | Bruce Hill |
| 2025-08-24 | Rename promotion -> promotions | Bruce Hill |
| 2025-08-24 | Split into more files: promotion, sets, tables, pointers, functions. | Bruce Hill |
