aboutsummaryrefslogtreecommitdiff
path: root/builtins/types.c
AgeCommit message (Collapse)Author
2024-09-05Replace $Type with Type$info for builtin TypeInfosBruce Hill
2024-09-03Use Text("...") literal constructor instead of Text$from_str("...")Bruce Hill
function call.
2024-09-02Initial WIP first pastBruce Hill
2024-08-10Add Sets to the languageBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-18Improve codegen for enums by eliminating unnecessary methodsBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-02-27Const typeinfosBruce Hill
2024-02-27Stop using namespace typesBruce Hill
2024-02-17Overload type names with constructor and namespace structBruce Hill
2024-02-17Fix up align issuesBruce Hill
2024-02-17Fix up USE_COLORBruce Hill
2024-02-17Change things up to use type params for all array and table methodsBruce Hill
2024-02-17Rename 'cord' to 'as_str'Bruce Hill
2024-02-17Add cord methods for getting typestringsBruce Hill
2024-02-17Fix up some builtinsBruce Hill
2024-02-17Getting back to old typeinfo stuff from SSSBruce Hill
2024-02-10Rename taggedunion in builtinsBruce Hill
2024-02-04BuiltinsBruce Hill