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
/
CHANGES.md
Age
Commit message (
Expand
)
Author
8 days
Update changelog
Bruce Hill
2026-02-08
Add "did you mean?" support for local variables too
Bruce Hill
2026-02-08
Added Text.distance(a,b) for text similarity comparisons.
Bruce Hill
2026-01-19
Allow parsing `123.foo()` as `(123).foo()`
Bruce Hill
2025-12-31
Changed is_between() to be bidirectional
Bruce Hill
2025-12-23
Update changelog
Bruce Hill
2025-12-23
Big speedup my trimming down MAP_LIST macro and inlining some
Bruce Hill
2025-12-22
Update changelog
Bruce Hill
2025-12-22
Use static linking to produce executables.
Bruce Hill
2025-12-22
Add Path.writer() and Path.byte_writer()
Bruce Hill
2025-12-21
More sensible REPL-like behavior if run without any args
Bruce Hill
2025-12-21
Fixes for builds and accessing version and install script
v2025-12-21.5
Bruce Hill
2025-12-21
Remove xxd dependency (no more building with changelog)
Bruce Hill
2025-12-21
Add workflow permissions
v2025-12-21.3
Bruce Hill
2025-12-21
Put workflow back
v2025-12-21.2
Bruce Hill
2025-12-21
Bump date on version tag
v2025-12-21
Bruce Hill
2025-12-08
Add checks for unused variables
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-12-07
Rename `Empty()` -> `Present()` for set-like tables
Bruce Hill
2025-12-07
Consolidate logic for enums with and without tags with fields.
Bruce Hill
2025-12-06
Use `foo!` as sugar for `foo.FirstTag!` for enum values. Also, give
Bruce Hill
2025-12-06
Allow discarding Empty() values
Bruce Hill
2025-11-30
Add `base` parameter to integer parsing functions
Bruce Hill
2025-11-29
Fix for undefined behavior on structs/enums with padding
v2025-11-29.2
Bruce Hill
2025-11-29
Overhaul to versioning system (paths go to
v2025-11-29
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-23
Added Metadata section for files instead of _HELP and _USAGE
Bruce Hill
2025-11-23
Add `at_cleanup()` function
Bruce Hill
2025-11-23
Accessing enum fields now gives an optional value instead of a boolean
Bruce Hill
2025-11-23
Bugfix for stack memory not getting properly detected in places
Bruce Hill
2025-11-23
Added Text.find(text, target, start=1)
Bruce Hill
2025-11-22
Fix command line aliases
Bruce Hill
2025-11-22
Bugfix for infinite loop in text.replace("", ...) with empty string
Bruce Hill
2025-11-21
Fix optional path none checks
Bruce Hill
2025-11-15
Add Path.lines()
Bruce Hill
2025-11-01
Fix case where `foo.baz.method()` failed to pass `baz` as `(&(foo.baz))`
Bruce Hill
2025-10-18
Added automatic manpages.
Bruce Hill
2025-10-11
Rename version number
Bruce Hill
2025-10-11
Improvements to set support and updating docs
Bruce Hill
2025-10-11
Added Empty() struct
Bruce Hill
2025-10-05
Deprecate `deserialize` keyword and `.serialized()` method
Bruce Hill
2025-10-04
Deprecate `extend`
Bruce Hill
2025-10-01
Force a GC sweep when we run out of file handles to trigger cleanup of
Bruce Hill
2025-09-24
Revert "Deprecate `defer`"
Bruce Hill
2025-09-21
Update docs
Bruce Hill
2025-09-21
Be more lenient with underscore fields and arguments.
Bruce Hill
2025-09-21
Deprecate `defer`
Bruce Hill
2025-09-21
Update changelog
Bruce Hill
[next]