aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-09-07Clean up and rename dependency toolBruce Hill
2024-09-07USAGE and HELP need an underscore prefix so they're not imported intoBruce Hill
2024-09-07Some improvementsBruce Hill
2024-09-06Make {start} and {end} non-capturingBruce Hill
2024-09-06Update files and add new dependency printer toolBruce Hill
2024-09-06Support using text in conditionalsBruce Hill
2024-09-06Add path resolvingBruce Hill
2024-09-06Don't parse suffixes on interpolationsBruce Hill
2024-09-06Add resolve_path()Bruce Hill
2024-09-06Fix some C string and path resolving issuesBruce Hill
2024-09-06Remove unused 'import' keywordBruce Hill
2024-09-06Fix partial editBruce Hill
2024-09-06Fix header compilationBruce Hill
2024-09-06Print stack trace if $TOMO_STACKTRACE is setBruce Hill
2024-09-06Check for .tm file extensionBruce Hill
2024-09-06Use 'when' expressionBruce Hill
2024-09-06Support 'when' statements as expressionsBruce Hill
2024-09-06Bugfixes for lambdas that have a trailing abort statement (and printBruce Hill