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 (
Collapse
)
Author
2024-04-20
Fix USE_COLOR
Bruce Hill
2024-04-20
Inline color file
Bruce Hill
2024-04-19
Add heapify(), heap_push(), and heap_pop()
Bruce Hill
2024-04-16
Invert escaping so user symbols get prepended with "$" and builtin
Bruce Hill
symbols don't
2024-04-02
Add 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-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-26
Add array:reversed()
Bruce Hill
2024-03-26
Improve codegen for table/array iteration by inlining the iteration
Bruce Hill
macros
2024-03-24
Improve COW/etc handling for update assignments
Bruce Hill
2024-03-22
Fix/improve assignment to arrays and tables
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-14
Array comprehensions
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
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
Int__bits()
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
instead of .copy_on_write
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