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.h
Age
Commit message (
Expand
)
Author
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-06
Misc fixes
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-04
Implicit filename for table getting
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-17
Remove 'const' where it caused problems
Bruce Hill
2024-08-12
Fix some COW bugs for arrays/tables/sets
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-08
Change table removal function to use values instead of references
Bruce Hill
2024-08-04
Switch to TABLE_INCREF
Bruce Hill
2024-08-03
Make default table removal behavior deterministic, but have caches
Bruce Hill
2024-07-05
Improvements to error message printouts
Bruce Hill
2024-04-20
Fix USE_COLOR
Bruce Hill
2024-04-20
Inline color file
Bruce Hill
2024-04-16
Invert escaping so user symbols get prepended with "$" and builtin
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-26
Improve codegen for table/array iteration by inlining the iteration
Bruce Hill
2024-03-24
Improve COW/etc handling for update assignments
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-17
Improve comprehensions for both arrays and tables
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
Fix table literals
Bruce Hill
2024-03-03
Fix table literal issue for TCC compatibility
Bruce Hill
2024-03-03
Cleanup/fixes
Bruce Hill
2024-02-29
Fix up some import issues and improve arrays to use saturating refcounts
Bruce Hill
2024-02-18
Add source information to runtime errors
Bruce Hill
2024-02-18
Improved error messages
Bruce Hill
2024-02-18
Implement indexing
Bruce Hill
2024-02-18
Better table literals
Bruce Hill
2024-02-17
Overload type names with constructor and namespace struct
Bruce Hill
2024-02-17
Fix up align issues
Bruce Hill
2024-02-17
Rename 'cord' to 'as_str'
Bruce Hill
2024-02-17
Fixing up table stuff
Bruce Hill
2024-02-04
Builtins
Bruce Hill