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 (
Collapse
)
Author
2024-09-05
Clear out some CRLF cruft
text2
Bruce Hill
2024-09-05
Fix stability of concatenation
Bruce Hill
2024-09-05
Be extra correct about prefix codepoints
Bruce Hill
2024-09-05
Clean up some imports
Bruce Hill
2024-09-05
Dynamically grow synthetic grapheme array
Bruce Hill
2024-09-05
Fix up handling of synthetic graphemes, also document how they work
Bruce Hill
2024-09-04
Add Text:repeat()
Bruce Hill
2024-09-04
Add Text.map(pat, fn)
Bruce Hill
2024-09-04
Remove readline dependency
Bruce Hill
2024-09-04
Add nl/newline/clrf pattern
Bruce Hill
2024-09-04
Add method for getting a length-based string as Text
Bruce Hill
2024-09-04
Add Text:matches() for convenience and performance
Bruce Hill
2024-09-03
Don't bold DSL text
Bruce Hill
2024-09-03
Add recursive mode to text replacement and update docs
Bruce Hill
2024-09-03
Clean up text replacement API to use backrefs instead of match_chain()
Bruce Hill
2024-09-03
Add comments
Bruce Hill
2024-09-03
Bugfix for "?"
Bruce Hill
2024-09-03
Add Text.replace_all({Pattern:Text}) and tweak API for replacement to
Bruce Hill
support placeholders
2024-09-03
Bugfix for $/{..}/
Bruce Hill
2024-09-03
Use Text("...") literal constructor instead of Text$from_str("...")
Bruce Hill
function call.
2024-09-03
Escape question marks in patterns
Bruce Hill
2024-09-03
Change pattern syntax from [..pat] to {pat}
Bruce Hill
2024-09-03
Syntax overhaul (comments back to `#`, print statments to `!!`),
Bruce Hill
using `$/.../` for patterns and using a DSL for patterns
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
methods
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
[next]