aboutsummaryrefslogtreecommitdiff
path: root/lib/commands
AgeCommit message (Collapse)Author
2025-08-17Switch from using dollar signs as namespace delimiters to using 々, ヽ, andunicode-identifiersBruce Hill
〇.
2025-05-11Add new system for tracking versions.Bruce Hill
2025-05-06Bugfix for commandsBruce Hill
2025-05-06Check pipe() return valueBruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
suffixes instead of needing to rename symbols with objcopy
2025-04-28Removed lib importBruce Hill
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
and bake those into the compiled Tomo code
2025-04-14Rename variables to avoid namespace collision with stdout/stderr, whichBruce Hill
may be macros
2025-04-07Move core libraries into their own folderBruce Hill