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-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-10
Bugfix for Text:split()
Bruce Hill
2024-08-03
Change array API to take a padded item size instead of a type info in
Bruce Hill
2024-07-04
Randomize hash key on startup and rename to TOMO_HASH_KEY.
Bruce Hill
2024-06-06
Prefer 'sizeof(t[n])' over 'sizeof(t)*n'
Bruce Hill
2024-05-20
Deprecate Text.slice()
Bruce Hill
2024-05-20
Hook up Text.has(), Text.trimmed(), Text.without()
Bruce Hill
2024-05-19
Add Text.slice()
Bruce Hill
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