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
/
src
/
stdlib
/
tables.h
Age
Commit message (
Collapse
)
Author
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-23
Big speedup my trimming down MAP_LIST macro and inlining some
Bruce Hill
applications of it.
2025-12-07
Rename `Empty()` -> `Present()` for set-like tables
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-09-21
Deprecate binary ops (other than ++) for tables. Instead use proper
Bruce Hill
methods: t.with(other), t.without(other), t.intersection(other), t.difference(other)
2025-09-21
Deprecate sets
Bruce Hill
2025-09-01
Improved error messages
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-05-21
Added Set infix operations, as well as Table.with_fallback() and fixed
Bruce Hill
some bugs with update assignment.
2025-04-07
Remove table.bump()
Bruce Hill
2025-04-07
get_or_setdefault needs to check data_refcount
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill