aboutsummaryrefslogtreecommitdiff
path: root/src/compile/reductions.c
AgeCommit message (Collapse)Author
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-06Code cleanupBruce Hill
2025-08-26Formatting for reductionsBruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Move indexing into its own fileBruce Hill
2025-08-24Split reductions into their own fileBruce Hill