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
/
table.c
Age
Commit message (
Expand
)
Author
2024-03-08
Refactor table methods to take table structs where possible
Bruce Hill
2024-03-08
Tweaks to memory printing and constness
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-02-29
Fix up some import issues and improve arrays to use saturating refcounts
Bruce Hill
2024-02-27
Stop using namespace types
Bruce Hill
2024-02-24
Simplify table code
Bruce Hill
2024-02-17
Overload type names with constructor and namespace struct
Bruce Hill
2024-02-17
Fix some more alignment issues and partial rename of Type_type
Bruce Hill
2024-02-17
Fix up USE_COLOR
Bruce Hill
2024-02-17
Cleanup of builtins
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-17
Add cord methods for getting typestrings
Bruce Hill
2024-02-17
Fix up some builtins
Bruce Hill
2024-02-17
Major cleanup
Bruce Hill
2024-02-17
Fix table_from_entries()
Bruce Hill
2024-02-17
Fixing things up
Bruce Hill
2024-02-17
Getting back to old typeinfo stuff from SSS
Bruce Hill
2024-02-04
Builtins
Bruce Hill