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-09-03
Syntax overhaul (comments back to `#`, print statments to `!!`),
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
Add [..int] and [..num]
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
Add %#k printing and fix issue with concatenating zero-length strings
Bruce Hill
2024-09-02
WIP fixes for synthetic graphemes and adding some text conversion
Bruce Hill
2024-09-02
Text fixes
Bruce Hill
2024-09-02
Fix casing methods
Bruce Hill
2024-09-02
Fix printing issue
Bruce Hill
2024-09-02
Fixing string methods
Bruce Hill
2024-09-02
Bugfix some text replacement things
Bruce Hill
2024-09-02
Bugfix int parsing
Bruce Hill
2024-09-02
Fix enums/structs
Bruce Hill
2024-09-02
Fix some stuff
Bruce Hill
2024-09-02
Bugfix
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-19
Add .text_content as a field on DSLs instead of a method
Bruce Hill
2024-08-18
Update channel API to take a Where parameter
Bruce Hill
2024-08-14
Fix up type conversions with ints and nums
Bruce Hill
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
[prev]
[next]