aboutsummaryrefslogtreecommitdiff
path: root/test/arrays.tm
AgeCommit message (Collapse)Author
2024-09-03Syntax overhaul (comments back to `#`, print statments to `!!`),Bruce Hill
using `$/.../` for patterns and using a DSL for patterns
2024-08-20Bugfix some copy-on-write cases for when pointers are automaticallyBruce Hill
derefenced for method calls
2024-08-18Add array:first(predicate:func(x:&T)->Bool)->@%T?Bruce Hill
2024-08-18Deprecate `#` operator in favor of .length and fix up some issuesBruce Hill
2024-08-18Improved syntax for dollar-string literalsBruce Hill
2024-08-15Add binary search testBruce Hill
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