aboutsummaryrefslogtreecommitdiff
path: root/src/compile/types.c
AgeCommit message (Expand)Author
2025-12-11Merge branch 'dev' into constructive-realsBruce Hill
2025-12-07Change Paths to be an enum of their different types.Bruce Hill
2025-11-15Constructive real functionalityBruce Hill
2025-11-09Rename Num -> Float64, Num32 -> Float32Bruce Hill
2025-10-05Fix a bunch of issues with optional typesBruce Hill
2025-10-02Use 'OptionalText_t' for optional text typesBruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Bugfixes for anonymous enums, code cleanup to remove type_to_string(),Bruce Hill
2025-09-01Switch to using Texts(x) instead of Texts(String(x)) when possibleBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Add comments and pragmasBruce Hill
2025-08-24Shift some code around.Bruce Hill
2025-08-24More splitting out into separate files.Bruce Hill