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
/
paths.h
Age
Commit message (
Collapse
)
Author
2025-12-07
Add comments
Bruce Hill
2025-12-07
Switch paths to use Result return values instead of fail()
Bruce Hill
2025-12-07
Change Paths to be an enum of their different types.
Bruce Hill
2025-11-27
Add `recursive` arg to Path.create_directory()
Bruce Hill
2025-11-15
Add Path.lines()
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-06-24
Add Path.has_extension() and update manpages/api docs
Bruce Hill
2025-05-17
Add `modules.ini` file for import aliases, as well as default aliases
Bruce Hill
for the built-in modules.
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-30
Fix some relative path stuff
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
uses _Generic() to generically convert any value to a string or print as a string.
2025-03-21
Move stdlib into src/
Bruce Hill