aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-09Fix up some stuff with path escapingBruce Hill
2024-09-09Add Path.from_unsafe_text() etcBruce Hill
2024-09-09remove debug codeBruce Hill
2024-09-09Add shims for hashing/equality of langsBruce Hill
2024-09-09Improve wrap example and fix it to no longer use files moduleBruce Hill
2024-09-09Fix issues with path reading from pipes (don't UTF8 validate chunks,Bruce Hill
2024-09-09Test nesting parens and escapesBruce Hill
2024-09-09Fix up ini exampleBruce Hill
2024-09-09Clean up CLI path arraysBruce Hill
2024-09-09Correctly clean up CLI args that are pathsBruce Hill
2024-09-09Remove example module for filesBruce Hill
2024-09-09Restore path interpolationBruce Hill
2024-09-09Ensure more rigoroous cleanup and validation of pathsBruce Hill
2024-09-09Add Text.starts_with() and Text.ends_with()Bruce Hill
2024-09-09Add paths docsBruce Hill
2024-09-09Fix up some path logicBruce Hill
2024-09-09Add Text$compare_values()Bruce Hill
2024-09-09Bugfix for $/{..}/ matching zero-width at the end of textBruce Hill
2024-09-09Fix some logic for extensions and base namesBruce Hill
2024-09-09More testsBruce Hill
2024-09-09Add Path.base_name(), Path.parent(), Path.extension()Bruce Hill
2024-09-09Print paths as the literals lookBruce Hill
2024-09-09Fix path escapesBruce Hill
2024-09-09Add mktemp functionalityBruce Hill
2024-09-09For parsing paths, use nested parens: (./foo), also add some methodsBruce Hill
2024-09-09More methodsBruce Hill
2024-09-09More path stuff including some methodsBruce Hill
2024-09-09Initial working versionBruce Hill
2024-09-08Fix non-base10 integer literalsBruce Hill
2024-09-08Bugfix for default arguments not supporting enclosing typesBruce Hill
2024-09-08Add MakefileBruce Hill
2024-09-08Center playerBruce Hill
2024-09-08Turn into mapBruce Hill
2024-09-08Take map as a CLI parameterBruce Hill
2024-09-08Update docsBruce Hill
2024-09-08Add example game using raylibBruce Hill
2024-09-08BugfixesBruce Hill
2024-09-08Add vector :norm()Bruce Hill
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
2024-09-07$/{!..}/ is the same as $/{end}/Bruce Hill
2024-09-07Fix captures for {..} optimizationBruce Hill
2024-09-07Optimization to terminate pattern searches early if there's a greedyBruce Hill
2024-09-07Optimize text matchingBruce Hill
2024-09-07Add unicode name escapes: \U[penguin]Bruce Hill
2024-09-07Bugfix uninitialized variablesBruce Hill
2024-09-07Document READMEBruce Hill
2024-09-07Use exit() moreBruce Hill
2024-09-07Use exit()Bruce Hill
2024-09-07Add exit() functionBruce Hill
2024-09-07Check for empty filesBruce Hill