aboutsummaryrefslogtreecommitdiff
path: root/test/arrays.tm
AgeCommit message (Collapse)Author
2024-08-13Partially working first draft of bigintsBruce Hill
2024-07-20Micro optimization for iterating over array rangesBruce 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-06-18Fix array_lvalueBruce Hill
2024-06-18Add test for array member assignmentBruce Hill
2024-05-23Refine the parsing of blocks so it's always ':' [inline-block] [indent ↵Bruce Hill
indented-block]
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-19Add heapify(), heap_push(), and heap_pop()Bruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-04-02Add test for 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
comparison function
2024-03-26Add array:reversed()Bruce Hill
2024-03-17Add tests for nested comprehensionsBruce Hill
2024-03-17Add conditional loop comprehensionBruce Hill
2024-03-17More array testsBruce Hill
2024-03-14Bugfix for loopingBruce Hill
2024-03-07Tweaking array testsBruce Hill
2024-02-25Add tests for '#' on collectionsBruce Hill
2024-02-24Rename file extensionsBruce Hill