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
/
stdlib
/
text.c
Age
Commit message (
Expand
)
Author
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-19
Add Text.at(i) for getting a single cluster
Bruce Hill
2024-11-09
Introduce a `Match` struct to represent pattern matching results, which
Bruce Hill
2024-11-04
Update text API to use optional returns when applicable
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-25
Move unistr header out of tomo header
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-16
Quote Patterns with "|" instead of "/" when applicable
Bruce Hill
2024-09-16
Bugfix for string escaping in printouts
Bruce Hill
2024-09-15
Make sure that escape sequences don't accidentally trigger the next
Bruce Hill
2024-09-15
Slightly improve text quoting so it outputs "a$\r\nb" instead of
Bruce Hill
2024-09-15
Improve automatic text quoting so it minimizes escape sequences when
Bruce Hill
2024-09-14
Clean up pattern code to make better use of TextIter_t and fix up
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill