index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
formatter
Age
Commit message (
Expand
)
Author
2025-09-21
Deprecate optional '?' postfix operator
Bruce Hill
2025-09-21
Deprecate `extern` keyword
Bruce Hill
2025-09-21
Deprecate more set stuff
Bruce Hill
2025-09-21
Deprecate sets
Bruce Hill
2025-09-09
Fix for potential null dereference
Bruce Hill
2025-09-09
Overhaul to the unicode encoding/decoding methods for text
Bruce Hill
2025-09-06
Code cleanup
Bruce Hill
2025-09-01
Fixes
formatter
Bruce Hill
2025-08-30
Tweak empty gaps
Bruce Hill
2025-08-30
Arg formatting tweaks
Bruce Hill
2025-08-30
Arg indentation tweak
Bruce Hill
2025-08-30
Formatting tweaks to argument lists
Bruce Hill
2025-08-30
Tweaks for blank lines
Bruce Hill
2025-08-30
Add 'do' wrapper on blocks
Bruce Hill
2025-08-30
Further fix for doctests
Bruce Hill
2025-08-30
Fix indent for doctests
Bruce Hill
2025-08-30
Fix line gaps
Bruce Hill
2025-08-30
Use `unless` instead of `if not`
Bruce Hill
2025-08-30
Use `"$var"` for interps instead of `"$(var)"` when possible
Bruce Hill
2025-08-30
Formatting tweak for enums
Bruce Hill
2025-08-30
Tweak arg formatting
Bruce Hill
2025-08-30
Avoid inline ifs
Bruce Hill
2025-08-30
More compact multi-line lists/sets/tables
Bruce Hill
2025-08-29
Formatting tweaks/fixes
Bruce Hill
2025-08-29
Add formatting for the last few cases
Bruce Hill
2025-08-29
Improvements to text and inline C code formatting/parsing
Bruce Hill
2025-08-26
Inline C code formatting
Bruce Hill
2025-08-26
Add extern formatter
Bruce Hill
2025-08-26
Add formatting for defer
Bruce Hill
2025-08-26
Add formatting for asserts
Bruce Hill
2025-08-26
Formatting for reductions
Bruce Hill
2025-08-26
Formatting for min/max and cleanup for ints/nums
Bruce Hill
2025-08-26
More termify fixes
Bruce Hill
2025-08-26
Fixes for unops
Bruce Hill
2025-08-26
Fix for 'else if'
Bruce Hill
2025-08-26
More formatting
Bruce Hill
2025-08-26
Fix typo
Bruce Hill
2025-08-26
Actual type formatting
Bruce Hill
2025-08-26
Add more formatting
Bruce Hill
2025-08-25
Split out utility functions
Bruce Hill
2025-08-25
Split out formatter into subfiles
Bruce Hill