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
/
builtins
/
array.h
Age
Commit message (
Expand
)
Author
2024-03-08
Array methods
Bruce Hill
2024-03-08
Rename Array_random -> Array__random
Bruce Hill
2024-03-08
Fix negative index issue and add array:random()
Bruce Hill
2024-03-06
Fix up some array literal stuff with TCC
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-03-03
Definitively go with "Int" and "Num" over "Int64" and "Num64", plus add
Bruce Hill
2024-02-29
Add type namespaces
Bruce Hill
2024-02-29
Fix up some import issues and improve arrays to use saturating refcounts
Bruce Hill
2024-02-25
WIP on stackrefs
Bruce Hill
2024-02-23
Set up 'atomic' for arrays
Bruce Hill
2024-02-23
Fix up some ++ stuff for arrays
Bruce Hill
2024-02-23
Implement Array__concat and ++=
Bruce Hill
2024-02-18
Add source information to runtime errors
Bruce Hill
2024-02-18
Improved error messages
Bruce Hill
2024-02-18
Implement indexing
Bruce Hill
2024-02-18
Compile tables
Bruce Hill
2024-02-17
Various fixes, including for Null values
Bruce Hill
2024-02-17
Change things up to use type params for all array and table methods
Bruce Hill
2024-02-17
Rename 'cord' to 'as_str'
Bruce Hill
2024-02-04
Builtins
Bruce Hill