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
/
stdlib
/
print.h
Age
Commit message (
Expand
)
Author
2026-01-02
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-11
Print reals
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-04-28
Remove remaining printf references
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-15
Bring back TCC support!
Bruce Hill
2025-04-14
Reworking of stack traces (back to using addr2line) for compatibility
Bruce Hill
2025-04-03
Deprecate heap_strf
Bruce Hill
2025-03-28
Fix printf specifiers on mac
Bruce Hill
2025-03-28
Change format specifiers
Bruce Hill
2025-03-28
Tweak format strings
Bruce Hill
2025-03-28
Remove uppercase octal
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill