aboutsummaryrefslogtreecommitdiff
path: root/src/compile/optionals.c
AgeCommit message (Expand)Author
2025-09-01Switch to using Texts(x) instead of Texts(String(x)) when possibleBruce Hill
2025-08-24Clean up and fix issue with `if var := val` statements. PreviousBruce 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-24Split declarations into a fileBruce Hill
2025-08-24Add comments and pragmasBruce Hill
2025-08-24Move optional stuff into its fileBruce Hill
2025-08-24More splitting out into separate files.Bruce Hill
2025-08-24Split into more files: promotion, sets, tables, pointers, functions.Bruce Hill