aboutsummaryrefslogtreecommitdiff
path: root/src/compile/loops.c
AgeCommit message (Expand)Author
2025-12-24Shuffle dependencies around so header files aren't needed after tomo hasBruce Hill
2025-12-24Split utils into stdlib/utils and utilsBruce Hill
2025-10-19Fix signed comparison issuesBruce Hill
2025-09-24Revert "Deprecate `defer`"Bruce Hill
2025-09-21Deprecate `defer`Bruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Bugfixes for anonymous enums, code cleanup to remove type_to_string(),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