index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
arrays.tm
Age
Commit message (
Collapse
)
Author
2024-09-03
Syntax overhaul (comments back to `#`, print statments to `!!`),
Bruce Hill
using `$/.../` for patterns and using a DSL for patterns
2024-08-20
Bugfix some copy-on-write cases for when pointers are automatically
Bruce Hill
derefenced for method calls
2024-08-18
Add array:first(predicate:func(x:&T)->Bool)->@%T?
Bruce Hill
2024-08-18
Deprecate `#` operator in favor of .length and fix up some issues
Bruce Hill
2024-08-18
Improved syntax for dollar-string literals
Bruce Hill
2024-08-15
Add binary search test
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-07-20
Micro optimization for iterating over array ranges
Bruce Hill
2024-07-20
Deprecate array:pairs() and switch iterator functions to use enums
Bruce Hill
2024-07-13
Add array:pairs()
Bruce Hill
2024-07-10
Add array:to() to split out functionality of array:from()
Bruce Hill
2024-07-10
Replace array:slice() with array:from(first, last) and array:by(step)
Bruce Hill
2024-06-18
Fix array_lvalue
Bruce Hill
2024-06-18
Add test for array member assignment
Bruce Hill
2024-05-23
Refine the parsing of blocks so it's always ':' [inline-block] [indent ↵
Bruce Hill
indented-block]
2024-04-28
Syntax tweak: use ':' for blocks
Bruce Hill
2024-04-19
Add heapify(), heap_push(), and heap_pop()
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-04-02
Add test for array:sample()
Bruce Hill
2024-04-02
Add array:sorted()
Bruce Hill
2024-04-02
Add comparison operator <> and array method to sort by a custom
Bruce Hill
comparison function
2024-03-26
Add array:reversed()
Bruce Hill
2024-03-17
Add tests for nested comprehensions
Bruce Hill
2024-03-17
Add conditional loop comprehension
Bruce Hill
2024-03-17
More array tests
Bruce Hill
2024-03-14
Bugfix for looping
Bruce Hill
2024-03-07
Tweaking array tests
Bruce Hill
2024-02-25
Add tests for '#' on collections
Bruce Hill
2024-02-24
Rename file extensions
Bruce Hill