aboutsummaryrefslogtreecommitdiff
path: root/src/compile/indexing.c
AgeCommit message (Expand)Author
2025-10-01Fixes for indexing into lists with optional item typesBruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Bugfixes for anonymous enums, code cleanup to remove type_to_string(),Bruce Hill
2025-09-09Merge branch 'main' into optional-list-indexingoptional-list-indexingBruce Hill
2025-09-09Typechecking/promotion for table lookup keysBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Switch to using Texts(x) instead of Texts(String(x)) when possibleBruce Hill
2025-09-01Make text indexing optionalBruce Hill
2025-09-01Improved error messagesBruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Move indexing into its own fileBruce Hill