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
/
builtins
/
text.c
Age
Commit message (
Expand
)
Author
2024-04-14
Rename SSS_HASH_VECTOR -> TOMO
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-24
Bugfix for text replacement
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-14
Remove some shadowed variables
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Deprecate secret langs (just use one-member structs)
Bruce Hill
2024-03-09
Improve handling of secret text
Bruce Hill
2024-03-09
Change lang stringification to include type name
Bruce Hill
2024-03-09
Add langs to the language
Bruce Hill
2024-03-09
Fix issues with substring overflow
Bruce Hill
2024-03-09
Fix NUL termination bug in text library
Bruce Hill
2024-03-04
Fix some bugs relating to NUL termination of strings
Bruce Hill
2024-03-03
Add methods for text:clusters(), text:codepoints(), text:bytes()
Bruce Hill
2024-03-03
Unicode normalization for equality, hashing, tests, and printing
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill