| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-05-09 | Add pattern test | Bruce Hill | |
| 2025-05-06 | Bugfix for commands | Bruce Hill | |
| 2025-05-06 | Check pipe() return value | Bruce Hill | |
| 2025-05-06 | Check return values | Bruce Hill | |
| 2025-05-02 | Move coroutines into examples folder due to compatibility issues on some | Bruce Hill | |
| platforms/compilers | |||
| 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-28 | Removed lib import | 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-25 | Clang fixes | Bruce Hill | |
| 2025-04-21 | Add coroutines to core library | Bruce Hill | |
| 2025-04-16 | Automatically add return for unreachable code blocks (following a | Bruce Hill | |
| _Noreturn) to make TinyCC happy | |||
| 2025-04-15 | Add configuration script to choose install paths and default C compiler | Bruce Hill | |
| and bake those into the compiled Tomo code | |||
| 2025-04-14 | Include stdlib | Bruce Hill | |
| 2025-04-14 | Unsigned int fix | Bruce Hill | |
| 2025-04-14 | Rename variables to avoid namespace collision with stdout/stderr, which | Bruce Hill | |
| may be macros | |||
| 2025-04-12 | Add missing includes | Bruce Hill | |
| 2025-04-07 | Add readmes | Bruce Hill | |
| 2025-04-07 | Fix uuids | Bruce Hill | |
| 2025-04-07 | Move core libraries into their own folder | Bruce Hill | |
