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
/
test
Age
Commit message (
Expand
)
Author
2025-02-07
Bugfix and minor perf improvements for text concatenation with unstable
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
Replace threads with generic mutexed datastructures.
Bruce Hill
2024-12-31
Fix for heap_pop() test in arrays
Bruce Hill
2024-12-31
Add array:pop()
Bruce Hill
2024-12-26
Add lang test for indexing
Bruce Hill
2024-12-26
Add text indexing
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-21
Support logical binary operators on optionals (promote to booleans)
Bruce Hill
2024-12-19
Add Text:reversed()
Bruce Hill
2024-12-18
Revert "Deprecate "&" for stack references"
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-30
Bring back `table[key]` syntax
Bruce Hill
2024-11-30
Deprecate 'array ++= item' syntax
Bruce Hill
2024-11-29
Tweak serialization syntax
Bruce Hill
2024-11-29
Rename :serialize() -> :serialized()
Bruce Hill
2024-11-29
Add serialization test case
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-25
Tweaks to NONE parsing and tests
Bruce Hill
2024-11-24
Clean up some more null->none renames and fix the documentation. Also
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-24
Switch `NaN` to be identical to the null value
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-11-19
Tweak behavior for printing recursive structures
Bruce Hill
2024-11-19
Go back to stringifying integers/num32s/bytes without the type
Bruce Hill
2024-11-19
Rename `Text.utf8_bytes` back to `Text.bytes`
Bruce Hill
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-09
Make the compiler stricter about not promoting local value variables to
Bruce Hill
2024-11-09
Introduce a `Match` struct to represent pattern matching results, which
Bruce Hill
2024-11-05
Add byte hex tests
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-11-04
Update text API to use optional returns when applicable
Bruce Hill
2024-11-03
Fix up test to use RNGs
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-11-03
Use an RNG parameter for array:random(), array:shuffle(),
Bruce Hill
2024-11-03
Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)
Bruce Hill
2024-11-03
Add unsigned integer shifts
Bruce Hill
2024-11-03
Add a `repeat` keyword
Bruce Hill
2024-11-02
Support reductions for comparison operators like == and <
Bruce Hill
2024-11-02
Change reducers to use (OP: ...) syntax and return an optional value
Bruce Hill
2024-11-02
Make Text:find() return an optional int
Bruce Hill
2024-10-29
Add file globbing
Bruce Hill
2024-10-27
Finish deprecating stack refs with &
Bruce Hill
2024-10-27
Update DateTime API to have separate methods for getting each component
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-09
Add a test for mutating closed-over variables in a defer statement
Bruce Hill
2024-10-08
Add a test for optionals to ensure they size correctly
Bruce Hill
2024-10-04
Deprecate readonly pointers for now
Bruce Hill
[prev]
[next]