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
/
indexing.c
Age
Commit message (
Collapse
)
Author
2026-01-11
Rename AST nodes: Int -> Integer, Num -> Number
Bruce Hill
2025-12-23
Big speedup my trimming down MAP_LIST macro and inlining some
Bruce Hill
applications of it.
2025-10-01
Fixes for indexing into lists with optional item types
Bruce Hill
2025-09-21
Deprecate sets
Bruce Hill
2025-09-21
Bugfixes for anonymous enums, code cleanup to remove type_to_string(),
Bruce Hill
and changed it so anonymous enums show up in doctests with their full type instead of `enum$20`
2025-09-09
Merge branch 'main' into optional-list-indexing
optional-list-indexing
Bruce Hill
2025-09-09
Typechecking/promotion for table lookup keys
Bruce Hill
2025-09-01
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Switch to using Texts(x) instead of Texts(String(x)) when possible
Bruce Hill
2025-09-01
Make text indexing optional
Bruce Hill
2025-09-01
Improved error messages
Bruce Hill
2025-08-31
Switch to using optional return values for list indexing.
Bruce Hill
2025-08-24
Shared includes for compile folder to reduce duplicate code
Bruce Hill
2025-08-24
Move indexing into its own file
Bruce Hill