aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-09-06Document coroutineBruce Hill
2024-09-06Example coroutine libraryBruce Hill
2024-09-06Tweak gitignoreBruce Hill
2024-09-06Add exampleBruce Hill
2024-09-06Ensure HELP and USAGE are initialized when running CLI programBruce Hill
2024-09-06Fix testBruce Hill
2024-09-06Add Shell dsl typeBruce Hill
2024-09-06Minor cleanupBruce Hill
2024-09-06Add convenience function for debug printingBruce Hill
2024-09-06Add missing fileBruce Hill
2024-09-06Actual fix for incref issueBruce Hill
2024-09-06Speculative fix for some incref issuesBruce Hill
2024-09-06Misc fixesBruce Hill
2024-09-06Bugfix for `"":join(table.keys)`Bruce Hill
2024-09-06Flush stdout moreBruce Hill
2024-09-06Text overhaulBruce Hill