aboutsummaryrefslogtreecommitdiff
path: root/builtins/types.h
AgeCommit message (Expand)Author
2024-09-02Initial WIP first pastBruce Hill
2024-08-11Add channels and threadsBruce Hill
2024-08-10Add Sets to the languageBruce Hill
2024-06-06Prefer 'sizeof(t[n])' over 'sizeof(t)*n'Bruce Hill
2024-05-21Reduce codegen output for enums without data attached to any tagsBruce Hill
2024-04-30Improved syntax for optionalsBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-09Removing some dead codeBruce Hill
2024-03-09Deprecate secret langs (just use one-member structs)Bruce Hill
2024-03-09Improve handling of secret textBruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-09First pass at lambdas/closuresBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-02-29Fix up some import issues and improve arrays to use saturating refcountsBruce Hill
2024-02-27Const typeinfosBruce Hill
2024-02-27Stop using namespace typesBruce Hill
2024-02-20Fixing up enumsBruce Hill
2024-02-17Overload type names with constructor and namespace structBruce 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-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