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
/
man
Age
Commit message (
Expand
)
Author
2025-12-07
Switch paths to use Result return values instead of fail()
Bruce Hill
2025-11-30
Add `base` parameter to integer parsing functions
Bruce Hill
2025-11-29
No 'default' column for functions with no defaults
Bruce Hill
2025-11-29
Improved manpages.
Bruce Hill
2025-11-27
Update `setenv()` to take an optional value, also bugfix for `setenv()`
Bruce Hill
2025-11-27
Add `recursive` arg to Path.create_directory()
Bruce Hill
2025-11-26
Add missing manpages
Bruce Hill
2025-11-23
Add `at_cleanup()` function
Bruce Hill
2025-11-15
Add Path.lines()
Bruce Hill
2025-10-18
Improved CLI parsing and add CString.join()
Bruce Hill
2025-10-18
Update manpage
Bruce Hill
2025-10-11
Improvements to set support and updating docs
Bruce Hill
2025-09-21
Update docs with proper assertions
Bruce Hill
2025-09-21
Update docs
Bruce Hill
2025-09-21
Undo some changes
Bruce Hill
2025-09-21
Use colons instead of '=' for tables (e.g. {1: 2})
Bruce Hill
2025-09-21
More deprecations of set docs stuff
Bruce Hill
2025-09-09
Overhaul to the unicode encoding/decoding methods for text
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Change module install directory to PREFIX/lib/tomo_vX.Y/*
Bruce Hill
2025-08-31
Update manpage
Bruce Hill
2025-08-16
Improved parsing and prefix/suffix matching using a `remainder`
Bruce Hill
2025-07-12
Use `#embed` to embed the changelog in the binary and give access via
Bruce Hill
2025-06-26
Add get_bit() method for Ints and Bytes
Bruce Hill
2025-06-24
Add Path.has_extension() and update manpages/api docs
Bruce Hill
2025-05-19
Add --prefix flag
Bruce Hill
2025-05-17
Add Path.sibling()
Bruce Hill
2025-05-02
Deprecate --c-compiler flag, since builds compiled with different
Bruce Hill
2025-04-30
Update wording to remove 'null'
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-26
Add `--version` flag to show current compiler version's git commit date
Bruce Hill
2025-04-21
Change date format
Bruce Hill
2025-04-21
Fix old syntax in docs
Bruce Hill
2025-04-21
Add missing files
Bruce Hill
2025-04-21
Rename List.first() to List.where()
Bruce Hill
2025-04-21
Add short descriptions for API methods to improve manpages
Bruce Hill
2025-04-19
Fix backslashes
Bruce Hill
2025-04-19
Minor formatting fixes
Bruce Hill
2025-04-19
Make API documentation into YAML files and autogenerate markdown files
Bruce Hill