aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2025-04-25Clang fixesBruce Hill
2025-04-21Add coroutines to core libraryBruce Hill
2025-04-16Automatically add return for unreachable code blocks (following aBruce Hill
_Noreturn) to make TinyCC happy
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
and bake those into the compiled Tomo code
2025-04-14Include stdlibBruce Hill
2025-04-14Unsigned int fixBruce Hill
2025-04-14Rename variables to avoid namespace collision with stdout/stderr, whichBruce Hill
may be macros
2025-04-12Add missing includesBruce Hill
2025-04-07Add readmesBruce Hill
2025-04-07Fix uuidsBruce Hill
2025-04-07Move core libraries into their own folderBruce Hill