aboutsummaryrefslogtreecommitdiff
path: root/builtins
AgeCommit message (Expand)Author
2024-07-22Make sure array slicing doesn't require a pointer and disallow automaticBruce Hill
2024-07-20Fix edge case with iterating over array:from(-999)Bruce Hill
2024-07-20Deprecate array:pairs() and switch iterator functions to use enumsBruce Hill
2024-07-13Add array:pairs()Bruce Hill
2024-07-10Add array:to() to split out functionality of array:from()Bruce Hill
2024-07-10Replace array:slice() with array:from(first, last) and array:by(step)Bruce Hill
2024-07-05Make file paths in stack traces relativeBruce Hill
2024-07-05Improvements to error message printoutsBruce Hill
2024-07-04Randomize hash key on startup and rename to TOMO_HASH_KEY.Bruce Hill
2024-06-18Fix array_lvalueBruce Hill
2024-06-06Prefer 'sizeof(t[n])' over 'sizeof(t)*n'Bruce Hill
2024-06-01Change how floats are serializedBruce Hill
2024-05-28Changes to dependency tracking, compilation, and object linkingBruce Hill
2024-05-25Move standard initialization code into tomo_init() functionBruce Hill
2024-05-21Reduce codegen output for enums without data attached to any tagsBruce Hill
2024-05-20Deprecate Text.slice()Bruce Hill
2024-05-20Hook up Text.has(), Text.trimmed(), Text.without()Bruce Hill
2024-05-19Add Text.slice()Bruce Hill
2024-05-18Add syntax for "inline C(...)"Bruce Hill
2024-05-18Clean up imports a bitBruce Hill
2024-05-18Add C string typeBruce Hill
2024-05-14Bugfix for Num.near()Bruce Hill
2024-05-14Add nested indentation for doctests that recursively invoke otherBruce Hill
2024-05-12Revert "Deprecate stack macro"Bruce Hill
2024-05-12Deprecate stack macroBruce Hill
2024-05-12WIP, but functional interfacesBruce Hill
2024-05-02Support space indentsBruce Hill
2024-04-30Improved syntax for optionalsBruce Hill
2024-04-22Add Num.mix()Bruce 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-04-19More heap code cleanupBruce Hill
2024-04-19Heap cleanupBruce Hill
2024-04-19Clean up heap codeBruce Hill
2024-04-19Add heapify(), heap_push(), and heap_pop()Bruce 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-13Change table syntax to {key:value} instead of {key=>value}Bruce Hill
2024-04-12Support Text arrays as main function argumentsBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-04-10Add Bool.from_text()Bruce Hill
2024-04-10Add from_text() method for ints/numsBruce Hill
2024-04-03Publicly export CORD_asprintf symbol for libfileBruce Hill
2024-04-02Bugfixes for long strings in docstring testsBruce Hill
2024-04-02Add array:sample()Bruce Hill
2024-04-02Add array:sorted()Bruce 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