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-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Rename builtins to use plurals when appropriate
Bruce Hill
2024-09-13
Code cleanup
Bruce Hill
2024-09-13
Remove a few unused imports and clean things up a bit
Bruce Hill
2024-09-13
Split pattern code into its own file
Bruce Hill
2024-09-11
Rename closure_t -> Closure_t for consistency
Bruce Hill
2024-09-09
Add Text.starts_with() and Text.ends_with()
Bruce Hill
2024-09-09
Add Text$compare_values()
Bruce Hill
2024-09-09
Bugfix for $/{..}/ matching zero-width at the end of text
Bruce Hill
2024-09-09
Print paths as the literals look
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
appropriate
2024-09-07
$/{!..}/ is the same as $/{end}/
Bruce Hill
2024-09-07
Fix captures for {..} optimization
Bruce Hill
2024-09-07
Optimization to terminate pattern searches early if there's a greedy
Bruce Hill
{..} at the end
2024-09-07
Optimize text matching
Bruce Hill
2024-09-07
Bugfix uninitialized variables
Bruce Hill
2024-09-06
Make {start} and {end} non-capturing
Bruce Hill
2024-09-06
Fix some C string and path resolving issues
Bruce Hill
2024-09-06
Minor cleanup
Bruce Hill
2024-09-06
Misc fixes
Bruce Hill
2024-09-06
Text overhaul
Bruce Hill
2024-09-06
Add Text.trim()
Bruce Hill
2024-09-05
Some const stuff
Bruce Hill
2024-09-05
Fully clean up siphash code and fix some issues
Bruce Hill
2024-09-05
Replace $Type with Type$info for builtin TypeInfos
Bruce Hill
2024-09-05
Rename table_t -> Table_t
Bruce Hill
2024-09-05
Rename array_t -> Array_t
Bruce Hill
2024-09-05
Do the extremely obvious optimization of checking if two pieces of data
Bruce Hill
are at the same location before bothering to compare them
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
[next]