aboutsummaryrefslogtreecommitdiff
path: root/src/compile/statements.c
AgeCommit message (Expand)Author
2025-09-06Code cleanupBruce Hill
2025-09-06Refactor a bit in order to catch issue with ConvertDefs creatingBruce Hill
2025-09-01Fixes for local-tomo so that it *actually* uses local header files,Bruce Hill
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-09-01Switch to using Texts(x) instead of Texts(String(x)) when possibleBruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Move while/repeat/skip/stop into loops fileBruce Hill
2025-08-24Split out assertions into its own fileBruce Hill
2025-08-24Split out doctestsBruce Hill
2025-08-24Split 'when' into its own fileBruce Hill
2025-08-24Move assignment code.Bruce Hill
2025-08-24Split for-loops outBruce Hill
2025-08-24Move conditionals into a fileBruce Hill
2025-08-24Finally, split compile.c into compile/expressions.cBruce Hill
2025-08-24Split declarations into a fileBruce Hill
2025-08-24Add comments and pragmasBruce Hill
2025-08-24Rename promotion -> promotionsBruce Hill
2025-08-24Split out blocks into their own fileBruce Hill
2025-08-24Shift some code around.Bruce Hill
2025-08-24More splitting out into separate files.Bruce Hill