aboutsummaryrefslogtreecommitdiff
path: root/builtins/functions.c
AgeCommit message (Expand)Author
2024-05-14Add nested indentation for doctests that recursively invoke otherBruce Hill
2024-04-20Fix USE_COLORBruce Hill
2024-04-16Invert escaping so user symbols get prepended with "$" and builtinBruce Hill
2024-04-14Rename SSS_HASH_VECTOR -> TOMOBruce Hill
2024-04-13Rudimentary stack tracesBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-04-02Bugfixes for long strings in docstring testsBruce Hill
2024-04-02Add comparison operator <> and array method to sort by a customBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-10Clean up doctesting for assignmentsBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-09Minor cleanups to get compilation working on clangBruce Hill
2024-03-09Change lang stringification to include type nameBruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-09Print source codeBruce Hill
2024-03-05Fix up some min/max stuffBruce Hill
2024-03-05Fix cyclic structs/enumsBruce Hill
2024-03-03Unicode normalization for equality, hashing, tests, and printingBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-02-29Fix const issueBruce Hill
2024-02-25Implement reductionsBruce Hill
2024-02-24Tweak cord highlightingBruce Hill
2024-02-24Fix cordingBruce 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-18Doctest with two '>>'Bruce Hill
2024-02-17Fix issue with doctesting typestringsBruce Hill
2024-02-17Fix doctest color issueBruce Hill
2024-02-17Fix up doctestsBruce Hill
2024-02-17Fix up USE_COLORBruce 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-17Fix up some builtinsBruce Hill
2024-02-17Getting back to old typeinfo stuff from SSSBruce Hill
2024-02-04BuiltinsBruce Hill