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
/
compile
/
lists.c
Age
Commit message (
Collapse
)
Author
2025-12-24
Split utils into stdlib/utils and utils
Bruce Hill
2025-12-07
Rename `Empty()` -> `Present()` for set-like tables
Bruce Hill
2025-11-23
Fix up some type comparisons
Bruce Hill
2025-10-12
Better error checking and reporting
Bruce Hill
2025-10-11
Improvements to set support and updating docs
Bruce Hill
2025-10-01
Fix up some more none cases
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-09-21
Bugfix for .unique()
Bruce Hill
2025-09-21
Deprecate sets
Bruce Hill
2025-09-01
Switch to using Texts(x) instead of Texts(String(x)) when possible
Bruce Hill
2025-08-24
Shared includes for compile folder to reduce duplicate code
Bruce Hill
2025-08-24
Finally, split compile.c into compile/expressions.c
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-24
Add comments and pragmas
Bruce Hill
2025-08-24
Rename promotion -> promotions
Bruce Hill
2025-08-24
More splitting out into separate files.
Bruce Hill
2025-08-24
Move method calls into separate files
Bruce Hill
2025-08-24
Pluralize filenames
Bruce Hill