aboutsummaryrefslogtreecommitdiff
path: root/src/compile/blocks.c
AgeCommit message (Collapse)Author
2025-12-28Change autoformatter to no longer allow single-line functionsBruce Hill
2025-09-24Revert "Deprecate `defer`"Bruce Hill
This reverts commit 7e3e245f6809946ea06ef1998bcabb7e0902fbd7.
2025-09-21Deprecate `defer`Bruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Finally, split compile.c into compile/expressions.cBruce Hill
2025-08-24Add comments and pragmasBruce Hill
2025-08-24Split out blocks into their own fileBruce Hill