aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-09-05Remove unused macroBruce Hill
2024-09-05Replace $Type with Type$info for builtin TypeInfosBruce Hill
2024-09-05Rename table_t -> Table_tBruce Hill
2024-09-05Rename array_t -> Array_tBruce Hill
2024-09-05Slightly clean up CLI usage error code for no-argument programsBruce Hill
2024-09-05Rework CLI compilation so that all of the argument parsing is written toBruce Hill
2024-09-05Add support for custom HELP for CLI toolsBruce Hill
2024-09-05Trim excess blank lines before feeding to indentBruce Hill
2024-09-05Fix 'empty' clause for integer iterationBruce Hill
2024-09-05For big or arbitrarily big integers not known to be constant, do fullBruce Hill
2024-09-05Improve codegen for loops by not adding extra braces and just using theBruce Hill
2024-09-05Add early outs for (or) and (and) reducersBruce Hill
2024-09-05Add iteration-over-comprehension optimizationBruce Hill
2024-09-05Do the extremely obvious optimization of checking if two pieces of dataBruce Hill
2024-09-05Update to reflect code growthBruce Hill
2024-09-05Clear out some CRLF crufttext2Bruce Hill
2024-09-05Fix stability of concatenationBruce Hill
2024-09-05Be extra correct about prefix codepointsBruce Hill
2024-09-05Clean up some importsBruce Hill
2024-09-05Dynamically grow synthetic grapheme arrayBruce Hill
2024-09-05Fix up handling of synthetic graphemes, also document how they workBruce Hill
2024-09-04Better enum messaging for CLI arg parsingBruce Hill