aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-03Improve codegen for doctests a little bit by using __SOURCE_FILE__ macroBruce Hill
and making assignments use (x = 4, &x) syntax instead of ({ x = 4; &x })
2024-09-03Add recursive mode to text replacement and update docsBruce Hill
2024-09-03Update docsBruce Hill
2024-09-03Clean up text replacement API to use backrefs instead of match_chain()Bruce Hill
2024-09-03Add commentsBruce Hill
2024-09-03Bugfix for "?"Bruce Hill
2024-09-03Update README exampleBruce Hill
2024-09-03Fix up CLI parsingBruce Hill
2024-09-03Add Text.replace_all({Pattern:Text}) and tweak API for replacement toBruce Hill
support placeholders
2024-09-03Bugifx for Pattern.from_unsafe_textBruce Hill
2024-09-03Bugfix for text method lookupsBruce Hill
2024-09-03Bugfix for $/{..}/Bruce Hill
2024-09-03Show error output on test failureBruce Hill
2024-09-03Use Text("...") literal constructor instead of Text$from_str("...")Bruce Hill
function call.
2024-09-03Support literal Text("blah") for text that is constant ASCII stringsBruce Hill
2024-09-03Escape question marks in patternsBruce Hill
2024-09-03Change pattern syntax from [..pat] to {pat}Bruce Hill
2024-09-03Syntax overhaul (comments back to `#`, print statments to `!!`),Bruce Hill
using `$/.../` for patterns and using a DSL for patterns
2024-09-03Deprecate `Where` and change channel API to use a boolean `front` valueBruce Hill
2024-09-03Better behavior for invalid character namesBruce Hill
2024-09-03Fix codepoint names by falling back to block namesBruce Hill
2024-09-03Fix for missing codepoint namesBruce Hill
2024-09-03Updated docsBruce Hill
2024-09-03Update docsBruce Hill
2024-09-03Add [..int] and [..num]Bruce Hill
2024-09-02Add text slicingBruce Hill
2024-09-02Fix some stuff around Text:find() and text indexingBruce Hill
2024-09-02Add Text:find_all()Bruce Hill
2024-09-02Fix splitting an empty stringBruce Hill
2024-09-02Add Text:join() and testsBruce Hill
2024-09-02Add Text:split() and use that with an empty pattern instead of Text:clusters()Bruce Hill
2024-09-02Add Text:lines()Bruce Hill
2024-09-02Improve testBruce Hill
2024-09-02Add %#k printing and fix issue with concatenating zero-length stringsBruce Hill
2024-09-02WIP fixes for synthetic graphemes and adding some text conversionBruce Hill
methods
2024-09-02Bugfix for hex escapes adjacent to hex-like charactersBruce Hill
2024-09-02Fix testBruce Hill
2024-09-02Text fixesBruce Hill
2024-09-02Fix casing methodsBruce Hill
2024-09-02Fix printing issueBruce Hill
2024-09-02Fixing string methodsBruce Hill
2024-09-02Auto promote to C String from TextBruce Hill
2024-09-02Bugfix some text replacement thingsBruce Hill
2024-09-02Fix up some integer and print statement stuffBruce Hill
2024-09-02Bugfix int parsingBruce Hill
2024-09-02Fix enums/structsBruce Hill
2024-09-02BugfixBruce Hill
2024-09-02Fix some stuffBruce Hill
2024-09-02BugfixBruce Hill
2024-09-02Initial WIP first pastBruce Hill