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
Age
Commit message (
Expand
)
Author
2025-01-30
Clean up codegen for cached functions (don't publicly define a struct type
Bruce Hill
2025-01-29
Text struct field reordering
Bruce Hill
2025-01-23
Overhaul of Text implementation to be more like Cords and have much
Bruce Hill
2025-01-12
Fix up examples
Bruce Hill
2025-01-12
Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`
Bruce Hill
2025-01-02
Use `holding` blocks for mutexed data instead of lambdas
Bruce Hill
2025-01-02
Fix issue for size/alignment of threads
Bruce Hill
2025-01-02
Add some light docs for mutexed access
Bruce Hill
2025-01-02
Replace threads with generic mutexed datastructures.
Bruce Hill
2024-12-31
Fix for heap_pop() test in arrays
Bruce Hill
2024-12-31
Array:heap_pop() now returns an optional value
Bruce Hill
2024-12-31
Add array:pop()
Bruce Hill
2024-12-30
Compile with thread support
Bruce Hill
2024-12-26
Bugfix for lvalues that are pointers to tables/arrays
Bruce Hill
2024-12-26
Add lang test for indexing
Bruce Hill
2024-12-26
Add text indexing
Bruce Hill
2024-12-26
Bugfix for text hashing
Bruce Hill
2024-12-26
Change table hashing and comparison logic to be *unordered*, but still
Bruce Hill
2024-12-24
Add integer tests
Bruce Hill
2024-12-24
Add Int:factorial() and n:choose(k)
Bruce Hill
2024-12-24
Bugfix for ternary expressions
Bruce Hill
2024-12-24
Fix for table default values
Bruce Hill
2024-12-22
Fix issue with cross promotion for tables with default values
Bruce Hill
2024-12-22
Tweak array resizing policy
Bruce Hill
2024-12-22
Fix for resizing
Bruce Hill
2024-12-22
Tweak bucket resize cap
Bruce Hill
2024-12-22
Tweak table resizing policy
Bruce Hill
2024-12-22
Add optimized metamethods for enums and structs that hold packed data
Bruce Hill
2024-12-22
Revert hash thing
Bruce Hill
2024-12-22
Bugfixes for table updates and array concat updates
Bruce Hill
2024-12-21
Add text:by_line()/:by_split()/:by_match()
Bruce Hill
2024-12-21
Support logical binary operators on optionals (promote to booleans)
Bruce Hill
2024-12-19
Add Text:reversed()
Bruce Hill
2024-12-19
Default RNG now uses static, thread-local memory instead of heap
Bruce Hill
2024-12-19
RNG needs to not be thread-local to make GC happy
Bruce Hill
2024-12-19
Tweak command line args to support -q and update docs
Bruce Hill
2024-12-19
Add Text:from()/to() and Array:slice() for symmetry
Bruce Hill
2024-12-18
Fix cross promotion between types with/without defaults
Bruce Hill
2024-12-18
Fix for tables with default values not doing type equality right
Bruce Hill
2024-12-18
Fixes for tables with default values
Bruce Hill
2024-12-18
Revert "Deprecate "&" for stack references"
Bruce Hill
2024-12-17
Minor cleanups and fixes to RNG, chacha, and text
Bruce Hill
2024-12-15
Have ask() return an optional text
Bruce Hill
2024-12-15
Parse negative integers
Bruce Hill
2024-12-12
Fix for indexing table pointers
Bruce Hill
2024-12-12
Tweaks to RNG code
Bruce Hill
2024-12-12
Fix optional promotion issue
Bruce Hill
2024-12-11
Bugfix for max cache size
Bruce Hill
2024-12-11
Fixes for integer logic around big/small ints
Bruce Hill
2024-12-11
Optional promotion in comparisons
Bruce Hill
[prev]
[next]