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.h
Age
Commit message (
Collapse
)
Author
2024-09-04
Add Text:repeat()
Bruce Hill
2024-09-04
Add Text.map(pat, fn)
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-04
Clean up codegen so $Foo"..." comes out as foo$Foo("...") instead of
Bruce Hill
Text("...")
2024-09-03
Minor codegen cleanup Texts(...)
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 Text.replace_all({Pattern:Text}) and tweak API for replacement to
Bruce Hill
support placeholders
2024-09-03
Support literal Text("blah") for text that is constant ASCII strings
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
Deprecate `Where` and change channel API to use a boolean `front` value
Bruce Hill
2024-09-02
Add Text:find_all()
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
WIP fixes for synthetic graphemes and adding some text conversion
Bruce Hill
methods
2024-09-02
Fixing string methods
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-13
Partially working first draft of bigints
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-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-09
Add langs to the language
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
Rename as_str -> as_text
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill