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
Age
Commit message (
Expand
)
Author
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
Close loophole in `when` statements that allowed mutating inner field
Bruce Hill
2025-11-26
Bugfix for accidental violation of immutable value guarantees due to
Bruce Hill
2025-11-24
Fix for accidental deserialization of byte array when it should have
Bruce Hill
2025-11-24
Fix for `when` blocks with a single expression inside
Bruce Hill
2025-11-24
Fix `from_num` incomplete renaming
Bruce Hill
2025-11-24
Fix case where a conditional failure was mistaken for an always failure
Bruce Hill
2025-11-24
When running an executable, run it with a relative instead of absolute
Bruce Hill
2025-11-24
Bugfix for downloading the right branch of a module
Bruce Hill
2025-11-24
Bugfix for mac
Bruce Hill
2025-11-24
Add MANPAGE metadata for overriding whole file
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
use exit() instead of _exit()
Bruce Hill
2025-11-23
Better error messages and bugfix for compile_to_type logic
Bruce Hill
2025-11-23
Accessing enum fields now gives an optional value instead of a boolean
Bruce Hill
2025-11-23
Fix up some type comparisons
Bruce Hill
2025-11-23
Bugfix with ID having a trailing newline
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
Change error message
Bruce Hill
2025-11-22
Fix command line aliases
Bruce Hill
2025-11-22
Fixes for conditional expressions for optional types
Bruce Hill
2025-11-22
CLI arg parsing fixes for optional types
Bruce Hill
2025-11-22
Bugfix for infinite loop in text.replace("", ...) with empty string
Bruce Hill
2025-11-22
Fix hex/octal leading zeroes for zero
Bruce Hill
2025-11-21
Bugfix for empty file lines
Bruce Hill
2025-11-21
Bugfix for optional path CLI args
Bruce Hill
2025-11-21
Fix optional path none checks
Bruce Hill
2025-11-15
Bugfix for CLI arg parsing
Bruce Hill
2025-11-15
Add Path.lines()
Bruce Hill
2025-11-15
Fix for potential issue with codepoint names
Bruce Hill
2025-11-15
Bugfix for int parsing
Bruce Hill
2025-11-15
Make EMPTY_TEXT into a macro
Bruce Hill
2025-11-09
Cut out a level of pointer indirection for integers by using underlying
Bruce Hill
2025-11-01
Fix case where `foo.baz.method()` failed to pass `baz` as `(&(foo.baz))`
Bruce Hill
2025-10-25
Compatibility fixes
Bruce Hill
2025-10-20
Fix some Num issues caused by refactor
Bruce Hill
2025-10-20
Clean up macro code
Bruce Hill
2025-10-20
Deduplicate Num code using the same templating technique as integers
Bruce Hill
2025-10-19
Remove some unused imports and add missing comments
Bruce Hill
2025-10-19
Fix signed comparison issues
Bruce Hill
2025-10-19
Space out imports so they order correctly
Bruce Hill
2025-10-19
Move integer implementation details into separate header/C files, backed
Bruce Hill
2025-10-18
Better help and placeholders for various types
Bruce Hill
2025-10-18
Better help and usage and manpages
Bruce Hill
2025-10-18
Pass through comments on args and use them for help and manpages
Bruce Hill
2025-10-18
Import fix
Bruce Hill
2025-10-18
Don't skip backslash for args with `\-` after the `--`
Bruce Hill
[next]