aboutsummaryrefslogtreecommitdiff
path: root/src/compile/conditionals.c
AgeCommit message (Collapse)Author
2025-11-22Fixes for conditional expressions for optional typesBruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Bugfixes for anonymous enums, code cleanup to remove type_to_string(),Bruce Hill
and changed it so anonymous enums show up in doctests with their full type instead of `enum$20`
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
implementation was kinda janky, but the new one is more robust and simple.
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Move conditionals into a fileBruce Hill