aboutsummaryrefslogtreecommitdiff
path: root/builtins
AgeCommit message (Expand)Author
2024-02-29Remove unnecessary codeBruce Hill
2024-02-29Fix const issueBruce 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-25Implement reductionsBruce Hill
2024-02-25WIP on stackrefsBruce Hill
2024-02-24Simplify table codeBruce Hill
2024-02-24Tweak cord highlightingBruce Hill
2024-02-24Fix cordingBruce Hill
2024-02-23Set up 'atomic' for arraysBruce Hill
2024-02-23Fix up some ++ stuff for arraysBruce Hill
2024-02-23Implement Array__concat and ++=Bruce Hill
2024-02-20Fixing up enumsBruce Hill
2024-02-18Add blank line between err and srcBruce Hill
2024-02-18Add source information to runtime errorsBruce Hill
2024-02-18Improved error messagesBruce Hill
2024-02-18Implement indexingBruce Hill
2024-02-18Better table literalsBruce Hill
2024-02-18Doctest with two '>>'Bruce Hill
2024-02-18Fix pointer coloringBruce Hill
2024-02-18Fix up some Str stuffBruce Hill
2024-02-18Compile tablesBruce Hill
2024-02-17Various fixes, including for Null valuesBruce Hill
2024-02-17Bugfix for getting type nameBruce Hill
2024-02-17Split out parts into appropriate headersBruce Hill
2024-02-17Overload type names with constructor and namespace structBruce Hill
2024-02-17Fix some more alignment issues and partial rename of Type_typeBruce Hill
2024-02-17Fix up align issuesBruce Hill
2024-02-17Clean up some binops to use generic opsBruce Hill
2024-02-17Fix issue with doctesting typestringsBruce Hill
2024-02-17Fix doctest color issueBruce Hill
2024-02-17Fix up doctestsBruce Hill
2024-02-17Use aliasing for Num -> Num64Bruce Hill
2024-02-17Use #defines for Int aliasingBruce Hill
2024-02-17Fix up USE_COLORBruce Hill
2024-02-17Clean up builtinsBruce Hill
2024-02-17Cleanup of builtinsBruce 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-17Major cleanupBruce Hill
2024-02-17Fix table_from_entries()Bruce Hill
2024-02-17Fixing up table stuffBruce Hill
2024-02-17Fixing things upBruce Hill
2024-02-17Getting back to old typeinfo stuff from SSSBruce Hill
2024-02-16Moving builtin strings over to cordsBruce Hill
2024-02-12Deprecate Char typeBruce Hill
2024-02-10Rename taggedunion in builtinsBruce Hill