| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-17 | Switch from using dollar signs as namespace delimiters to using 々, ヽ, andunicode-identifiers | Bruce Hill | |
| 〇. | |||
| 2025-05-25 | Optimize codegen for enums: no longer bother with a struct wrapper, but | Bruce Hill | |
| just use a C enum type instead. This will make it easier to use externally defined enums in the future. | |||
| 2025-05-11 | Add new system for tracking versions. | Bruce Hill | |
| 2025-04-30 | Update compiler to use randomly generated unique-per-file symbol | Bruce Hill | |
| suffixes instead of needing to rename symbols with objcopy | |||
| 2025-04-28 | Explicitly use int64 for string | Bruce Hill | |
| 2025-04-27 | Update stdlib to use `print` instead of `printf` in all cases. This | Bruce Hill | |
| means bringing in fpconv to do float-to-string conversion and a few updates to integer and number methods for string formatting. | |||
| 2025-04-07 | Move core libraries into their own folder | Bruce Hill | |
