aboutsummaryrefslogtreecommitdiff
path: root/builtins/tomo.h
AgeCommit message (Expand)Author
2024-09-13Rename builtins/ -> stdlib/Bruce Hill
2024-09-13Clean up macro codeBruce Hill
2024-09-13Rename c_string.{c,h} -> c_strings.{c,h}Bruce Hill
2024-09-13Rename builtins to use plurals when appropriateBruce Hill
2024-09-13Code cleanupBruce Hill
2024-09-13Move cord helper functions into their own fileBruce Hill
2024-09-13Remove a few unused imports and clean things up a bitBruce Hill
2024-09-13Split pattern code into its own fileBruce Hill
2024-09-11Use optionals for iteratorsBruce Hill
2024-09-11Add optional typesBruce Hill
2024-09-09Add (/path):by_line()Bruce Hill
2024-09-09Initial working versionBruce Hill
2024-09-06Add Shell dsl typeBruce Hill
2024-09-05Fully clean up siphash code and fix some issuesBruce Hill
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-11Add channels and threadsBruce Hill
2024-08-05Add a Range datatype with creation methods like `5:to(10)` andBruce Hill
2024-07-20Fix edge case with iterating over array:from(-999)Bruce Hill
2024-05-18Clean up imports a bitBruce Hill
2024-05-18Add C string typeBruce Hill
2024-04-20Fix USE_COLORBruce Hill
2024-04-20Move arg parsing to inline logic in main() functionBruce Hill
2024-04-20Inline color fileBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-14Better codegen for negationBruce Hill
2024-03-10Rearranging some filesBruce Hill