aboutsummaryrefslogtreecommitdiff
path: root/types.c
AgeCommit message (Expand)Author
2024-03-03Rename Str -> TextBruce Hill
2024-03-03Definitively go with "Int" and "Num" over "Int64" and "Num64", plus addBruce Hill
2024-03-03Initial pass at namespacingBruce Hill
2024-02-25Table field access for .keys, .values, .default, .fallbackBruce Hill
2024-02-24Fixing up structsBruce Hill
2024-02-20Fixing up enumsBruce Hill
2024-02-18Better table literalsBruce Hill
2024-02-18Type compiling stuffBruce Hill
2024-02-18Change syntax back to "enum(...)" and "struct(...)"Bruce Hill
2024-02-17Fix some more alignment issues and partial rename of Type_typeBruce Hill
2024-02-17Change things up to use type params for all array and table methodsBruce Hill
2024-02-17Major cleanupBruce Hill
2024-02-14Syntax tweaks and cleanupBruce Hill
2024-02-12Deprecate Char typeBruce Hill
2024-02-08More features and progressBruce Hill