aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-09-09Bugfix for file ID accidentally containing NUL byteBruce Hill
2025-09-09Compact lists when appropriateBruce Hill
2025-09-09Fix memory leak/bugBruce Hill
2025-09-09Fix up some edge cases for text unicode stuffBruce Hill
2025-09-09Fix for potential null dereferenceBruce Hill
2025-09-09Overhaul to the unicode encoding/decoding methods for textBruce Hill
2025-09-09Save runner C file to disk as `.build/foo.tm.runner.c`Bruce Hill
2025-09-09No longer hardcode /usr/local into stuffBruce Hill
2025-09-09Typechecking/promotion for table lookup keysBruce Hill
2025-09-09Add `source_mapping` flag to the compiler config to force recompilationBruce Hill
2025-09-07Be more correct about library names and also strip off `tomo-`Bruce Hill
2025-09-06Fixes for prior changesBruce Hill
2025-09-06Code cleanupBruce Hill
2025-09-06Refactor a bit in order to catch issue with ConvertDefs creatingBruce Hill
2025-09-01Bugfix for Int.parse()Bruce Hill
2025-09-01Explicit type casting for sizeBruce Hill
2025-09-01FixesformatterBruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Fixes for local-tomo so that it *actually* uses local header files,Bruce Hill
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
2025-09-01Fix for versions getting double appended for libsBruce Hill
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Switch to using Texts(x) instead of Texts(String(x)) when possibleBruce Hill
2025-09-01Make Texts() macro a bit more flexible.Bruce Hill
2025-08-31Bugfix for argument aliases (merge issue)Bruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Move compiler flag to GCC onlyBruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Remove unused importBruce Hill
2025-08-31Add missing importBruce Hill
2025-08-31Merge fixesBruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Added support for `-O3` style numeric flags and `-f=...` flagsBruce Hill
2025-08-31Move CLI parsing to its own file.Bruce Hill
2025-08-31Add argument aliases so programs can use `func main(verbose|v=no)` to doBruce Hill
2025-08-30Tweak empty gapsBruce Hill
2025-08-30Arg formatting tweaksBruce Hill
2025-08-30Arg indentation tweakBruce Hill
2025-08-30Formatting tweaks to argument listsBruce Hill
2025-08-30Tweaks for blank linesBruce Hill
2025-08-30Add 'do' wrapper on blocksBruce Hill
2025-08-30Further fix for doctestsBruce Hill
2025-08-30Fix indent for doctestsBruce Hill
2025-08-30Fix line gapsBruce Hill
2025-08-30Use `unless` instead of `if not`Bruce Hill
2025-08-30Use `"$var"` for interps instead of `"$(var)"` when possibleBruce Hill
2025-08-30Formatting tweak for enumsBruce Hill
2025-08-30Tweak arg formattingBruce Hill
2025-08-30Avoid inline ifsBruce Hill