aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-04Add Text:repeat()Bruce Hill
2024-09-04Add Text.map(pat, fn)Bruce Hill
2024-09-04Document CLI parsingBruce Hill
2024-09-04Support parsing enums (without members)Bruce Hill
2024-09-04Unify parsing code to correctly handle parsing integers and numbers withBruce Hill
2024-09-04Fix array CLI argumentsBruce Hill
2024-09-04Improve command line parsing (no more cords)Bruce Hill
2024-09-04Document ask()Bruce Hill
2024-09-04Add ask() as a way to get user inputBruce Hill
2024-09-04Remove readline dependencyBruce Hill
2024-09-04Add automatic `--help` to print usageBruce Hill
2024-09-04Document {nl}Bruce Hill
2024-09-04Add nl/newline/clrf patternBruce Hill
2024-09-04Fix const correctnessBruce Hill
2024-09-04Remove unused code path for `>> f := use ./foo.tm`Bruce Hill
2024-09-04Disallow 'use' statements that aren't top levelBruce Hill
2024-09-04Minor codegen cleanupBruce Hill
2024-09-04Implicit filename for table gettingBruce Hill
2024-09-04For arrays, use implicit filename from macroBruce Hill
2024-09-04Improve codegen by making test() even more conciseBruce Hill
2024-09-04BugfixBruce Hill
2024-09-04Don't put __SOURCE_FILE__ in headerBruce Hill
2024-09-04Add method for getting a length-based string as TextBruce Hill
2024-09-04Document empty tables/arraysBruce Hill
2024-09-04Add Text:matches() for convenience and performanceBruce Hill
2024-09-04Clean up codegen so $Foo"..." comes out as foo$Foo("...") instead ofBruce Hill
2024-09-03Don't bold DSL textBruce Hill
2024-09-03Minor codegen cleanup Texts(...)Bruce Hill
2024-09-03Improve codegen for doctests a little bit by using __SOURCE_FILE__ macroBruce Hill
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
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
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
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