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
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
2024-12-11
Update docs
Bruce Hill
2024-12-08
Respect $NO_COLOR for running programs
Bruce Hill
2024-12-08
Add GCD function for integers (of all flavors)
Bruce Hill
2024-12-08
Fix for set binop operations
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-12-07
Use likely()/unlikely() macros and a few bugfixes for integers
Bruce Hill
2024-12-07
Rename some old "null" references
Bruce Hill
2024-12-07
Tweak to Set operations
Bruce Hill
2024-12-06
Improvements and fixes for assigning to table keys
Bruce Hill
2024-12-05
Bugfix for error allowing for recursive declarations
Bruce Hill
2024-12-04
Bugfix for text memory allocations
Bruce Hill
2024-12-02
Further bugfix for array concatenation
Bruce Hill
2024-12-02
Bugfix for array concatenation
Bruce Hill
2024-12-01
Fix edge case with nested optional
Bruce Hill
2024-11-30
Support single-argument enums
Bruce Hill
2024-11-30
Support parsing enums as arguments as long as they have no members
Bruce Hill
[next]