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-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-05
Fully clean up siphash code and fix some issues
Bruce Hill
2024-09-05
Replace $Type with Type$info for builtin TypeInfos
Bruce Hill
2024-09-05
Rename table_t -> Table_t
Bruce Hill
2024-09-05
Rename array_t -> Array_t
Bruce Hill
2024-09-05
Do the extremely obvious optimization of checking if two pieces of data
Bruce Hill
2024-09-03
Use Text("...") literal constructor instead of Text$from_str("...")
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-15
Add method for array:remove_item(item) and rename
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-10
For tables, deprecate support for square bracket indexing and .default
Bruce Hill
2024-08-10
Add Sets to the language
Bruce Hill
2024-08-10
Bugfix for table literals with duplicated keys
Bruce Hill
2024-08-04
Guard against tables exceeding maximum supported size
Bruce Hill
2024-08-04
Switch to TABLE_INCREF
Bruce Hill
2024-08-04
Fix up some edge cases with refcounting
Bruce Hill
2024-08-03
Make default table removal behavior deterministic, but have caches
Bruce Hill
2024-08-03
Change array API to take a padded item size instead of a type info in
Bruce Hill
2024-08-03
Incrementally moving towards passing array entry sizes explicitly
Bruce Hill
2024-07-04
Randomize hash key on startup and rename to TOMO_HASH_KEY.
Bruce Hill
2024-06-06
Prefer 'sizeof(t[n])' over 'sizeof(t)*n'
Bruce Hill
2024-04-14
Rename SSS_HASH_VECTOR -> TOMO
Bruce Hill
2024-04-13
Change table syntax to {key:value} instead of {key=>value}
Bruce Hill
2024-04-02
Add comparison operator <> and array method to sort by a custom
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Minor cleanups to get compilation working on clang
Bruce Hill
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