aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-09-06Uhhhh, apparently clang treats ??? as a trigraph unless you specify someBruce Hill
2024-09-06Add Text.trim()Bruce Hill
2024-09-05Some const stuffBruce Hill
2024-09-05Fully clean up siphash code and fix some issuesBruce Hill
2024-09-05Update 'use' test to include a '../examples/vectors.tm' import as wellBruce Hill
2024-09-05Correctly resolve '../' pathsBruce Hill
2024-09-05Add commentBruce Hill
2024-09-05Revert "Use stack() macro" (actually needs to work this way)Bruce Hill
2024-09-05Add vectors to the examplesBruce Hill
2024-09-05Document examplesBruce Hill
2024-09-05Add some examplesBruce Hill
2024-09-05Use stack() macroBruce Hill