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
2024-08-19
Add .text_content as a field on DSLs instead of a method
Bruce Hill
2024-08-19
Update test to reflect new numeric precision
Bruce Hill
2024-08-19
Add test for importing initialized values
Bruce Hill
2024-08-18
Update channel API to take a Where parameter
Bruce Hill
2024-08-18
Add Channel:peek()
Bruce Hill
2024-08-18
Rename push/pop to give/get, since it's not stack-ordered
Bruce Hill
2024-08-18
Add array:first(predicate:func(x:&T)->Bool)->@%T?
Bruce Hill
2024-08-18
Add `enum.tag` as a way to do a boolean test for whether a value has a
Bruce Hill
2024-08-18
Deprecate `#` operator in favor of .length and fix up some issues
Bruce Hill
2024-08-18
Add primality testing and next_prime()/prev_prime()
Bruce Hill
2024-08-18
Improved syntax for dollar-string literals
Bruce Hill
2024-08-18
Tweak test code
Bruce Hill
2024-08-16
Change division and modulus to use euclidean division, plus fix up a few
Bruce Hill
2024-08-15
Add binary search test
Bruce Hill
2024-08-13
Fix some edge cases
Bruce Hill
2024-08-13
Remove test
Bruce Hill
2024-08-13
Fixes
Bruce Hill
2024-08-13
More fixes
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-12
Fix old syntax
Bruce Hill
2024-08-12
Fix deadlock issue
Bruce Hill
2024-08-11
Support channels with maximum size
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-10
Overhaul of operator metamethods
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
Add test for iterators
Bruce Hill
2024-08-10
Add test for ranges
Bruce Hill
2024-08-08
Change table removal function to use values instead of references
Bruce Hill
2024-07-20
Micro optimization for iterating over array ranges
Bruce Hill
2024-07-20
Deprecate array:pairs() and switch iterator functions to use enums
Bruce Hill
2024-07-14
Support nested lambda closures
Bruce Hill
2024-07-13
Add array:pairs()
Bruce Hill
2024-07-10
Add array:to() to split out functionality of array:from()
Bruce Hill
2024-07-10
Replace array:slice() with array:from(first, last) and array:by(step)
Bruce Hill
2024-07-05
Tweak syntax for debug prints
Bruce Hill
2024-07-04
Fixes for defer statements in lambdas
Bruce Hill
2024-07-04
Add 'defer'
Bruce Hill
2024-07-04
Add `!!` statement for printing text
Bruce Hill
2024-07-04
Change metamethod names
Bruce Hill
2024-07-04
Add __length and __negative metamethods
Bruce Hill
2024-07-01
Add multiline string literal test
Bruce Hill
2024-07-01
Add test for optionals
Bruce Hill
2024-07-01
Add test for metamethods
Bruce Hill
2024-06-18
Fix array_lvalue
Bruce Hill
2024-06-18
Add test for array member assignment
Bruce Hill
2024-06-17
Fix 'use' test to use 'import' instead
Bruce Hill
2024-05-23
Refine the parsing of blocks so it's always ':' [inline-block] [indent indent...
Bruce Hill
2024-05-23
Support 'while when'
Bruce Hill
2024-05-20
Hook up Text.has(), Text.trimmed(), Text.without()
Bruce Hill
[next]