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
/
src
/
stdlib
/
text.h
Age
Commit message (
Expand
)
Author
2026-01-02
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-23
Add support for convert_to_text(Int_t)
Bruce Hill
2025-12-23
Big speedup my trimming down MAP_LIST macro and inlining some
Bruce Hill
2025-12-11
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-12-07
Add comments
Bruce Hill
2025-11-23
Added Text.find(text, target, start=1)
Bruce Hill
2025-11-15
Make EMPTY_TEXT into a macro
Bruce Hill
2025-11-15
Incremental fixes
Bruce Hill
2025-11-15
Make EMPTY_TEXT into a macro
Bruce Hill
2025-11-09
Rename Num -> Float64, Num32 -> Float32
Bruce Hill
2025-10-01
Fix up some more none cases
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-09-09
Merge branch 'main' into optional-list-indexing
optional-list-indexing
Bruce Hill
2025-09-09
Overhaul to the unicode encoding/decoding methods for text
Bruce Hill
2025-09-06
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Make Texts() macro a bit more flexible.
Bruce Hill
2025-09-01
Make text indexing optional
Bruce Hill
2025-08-29
Improvements to text and inline C code formatting/parsing
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-08-16
Improved parsing and prefix/suffix matching using a `remainder`
Bruce Hill
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
2025-07-10
Add text compression optimizations for unicode text
Bruce Hill
2025-05-06
Error checking for path components
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Fully move all pattern code into patterns.c
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill