aboutsummaryrefslogtreecommitdiff
path: root/src/compile/expressions.c
AgeCommit message (Collapse)Author
2025-09-21Deprecate `>> x ... = val` form of doctests and rename them to 'debugdoctests-to-debuglogBruce Hill
logs', also add multi-expression support
2025-09-21Deprecate optional '?' postfix operatorBruce Hill
2025-09-21Deprecate `extern` keywordBruce Hill
2025-09-21Fix empty tablesBruce 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-06Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Improved error messagesBruce Hill
2025-08-29Improvements to text and inline C code formatting/parsingBruce Hill
2025-08-26Formatting for min/max and cleanup for ints/numsBruce Hill
2025-08-24Refactoring bug fixBruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Move field access to its own fileBruce Hill
2025-08-24Move indexing into its own fileBruce Hill
2025-08-24Split reductions into their own fileBruce Hill
2025-08-24Move comparisons to their own fileBruce Hill
2025-08-24Split 'when' into its own fileBruce Hill
2025-08-24Move conditionals into a fileBruce Hill
2025-08-24Finally, split compile.c into compile/expressions.cBruce Hill