aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-08-30More compact multi-line lists/sets/tablesBruce Hill
2025-08-30Update docsBruce Hill
2025-08-29Formatting tweaks/fixesBruce Hill
2025-08-29Add --format-inplace optionBruce Hill
2025-08-29Remove special case for `while when`Bruce Hill
2025-08-29Fix repeat issueBruce Hill
2025-08-29Add formatting for the last few casesBruce Hill
2025-08-29Improvements to text and inline C code formatting/parsingBruce Hill
2025-08-29Fix for typechecking reductionsBruce Hill
2025-08-26Inline C code formattingBruce Hill
2025-08-26Add extern formatterBruce Hill
2025-08-26Add formatting for deferBruce Hill
2025-08-26Add formatting for assertsBruce Hill
2025-08-26Formatting for reductionsBruce Hill
2025-08-26Formatting for min/max and cleanup for ints/numsBruce Hill
2025-08-26More termify fixesBruce Hill
2025-08-26Fixes for unopsBruce Hill
2025-08-26Add missing casesBruce Hill
2025-08-26Fix for 'else if'Bruce Hill
2025-08-26More formattingBruce Hill
2025-08-26Fix typoBruce Hill
2025-08-26Actual type formattingBruce Hill
2025-08-26Add more formattingBruce Hill
2025-08-25Split out utility functionsBruce Hill
2025-08-25Split out formatter into subfilesBruce Hill
2025-08-25Better wrapping for text and binopsBruce Hill
2025-08-25Better support for binops in formatterBruce Hill