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-09-06
Add Text.trim()
Bruce Hill
2024-09-05
Update 'use' test to include a '../examples/vectors.tm' import as well
Bruce Hill
2024-09-05
For big or arbitrarily big integers not known to be constant, do full
Bruce Hill
2024-09-05
Add early outs for (or) and (and) reducers
Bruce Hill
2024-09-05
Fix stability of concatenation
Bruce Hill
2024-09-04
Add Text:repeat()
Bruce Hill
2024-09-04
Add Text.map(pat, fn)
Bruce Hill
2024-09-04
Add Text:matches() for convenience and performance
Bruce Hill
2024-09-03
Add recursive mode to text replacement and update docs
Bruce Hill
2024-09-03
Clean up text replacement API to use backrefs instead of match_chain()
Bruce Hill
2024-09-03
Add Text.replace_all({Pattern:Text}) and tweak API for replacement to
Bruce Hill
2024-09-03
Change pattern syntax from [..pat] to {pat}
Bruce Hill
2024-09-03
Syntax overhaul (comments back to `#`, print statments to `!!`),
Bruce Hill
2024-09-03
Deprecate `Where` and change channel API to use a boolean `front` value
Bruce Hill
2024-09-03
Better behavior for invalid character names
Bruce Hill
2024-09-03
Fix codepoint names by falling back to block names
Bruce Hill
2024-09-03
Fix for missing codepoint names
Bruce Hill
2024-09-03
Update docs
Bruce Hill
2024-09-02
Add text slicing
Bruce Hill
2024-09-02
Fix some stuff around Text:find() and text indexing
Bruce Hill
2024-09-02
Add Text:find_all()
Bruce Hill
2024-09-02
Fix splitting an empty string
Bruce Hill
2024-09-02
Add Text:join() and tests
Bruce Hill
2024-09-02
Add Text:split() and use that with an empty pattern instead of Text:clusters()
Bruce Hill
2024-09-02
Add Text:lines()
Bruce Hill
2024-09-02
Improve test
Bruce Hill
2024-09-02
WIP fixes for synthetic graphemes and adding some text conversion
Bruce Hill
2024-09-02
Fix test
Bruce Hill
2024-09-02
Text fixes
Bruce Hill
2024-09-02
Fixing string methods
Bruce Hill
2024-09-02
Bugfix int parsing
Bruce Hill
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
2024-08-20
Bugfix some copy-on-write cases for when pointers are automatically
Bruce Hill
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
[prev]
[next]