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
Age
Commit message (
Expand
)
Author
2025-12-23
Big speedup my trimming down MAP_LIST macro and inlining some
Bruce Hill
2025-12-22
Update example versions
Bruce Hill
2025-12-22
Update learnxiny code
Bruce Hill
2025-12-22
Allow writes without reads to global vars
v2025-12-22
Bruce Hill
2025-12-22
Fix for CLI usage showing flag type instead of flag name for positional
Bruce Hill
2025-12-22
Bugfix for `Success || Void` typechecking
Bruce Hill
2025-12-22
Clean up .git/ when installing libraries
Bruce Hill
2025-12-22
Update changelog
Bruce Hill
2025-12-22
Rip out shared library code
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-22
Attempted improvements for building on mac
Bruce Hill
2025-12-22
Fix makefile progress indicator
Bruce Hill
2025-12-21
Fix slow manpage gzipping rules
Bruce Hill
2025-12-21
Fix performance regression on makefile
Bruce Hill
2025-12-21
More sensible REPL-like behavior if run without any args
Bruce Hill
2025-12-21
Update readme
Bruce Hill
2025-12-21
Update quick install script
Bruce Hill
2025-12-21
Fix typo in README
Bruce Hill
2025-12-21
Fixes for builds and accessing version and install script
v2025-12-21.5
Bruce Hill
2025-12-21
Fix workflow
v2025-12-21.4
Bruce Hill
2025-12-21
Add missing file
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
Mac doesn't need to install xxd
Bruce Hill
2025-12-21
Put workflow back
v2025-12-21.2
Bruce Hill
2025-12-21
Tweak build setup
Bruce Hill
2025-12-21
Merge branch 'dev'
Bruce Hill
2025-12-21
Don't embed tomo version/path information at compile time, instead infer
Bruce Hill
2025-12-21
Rework makefile to simplify things
Bruce Hill
2025-12-21
Fix empty allocation
Bruce Hill
2025-12-21
Minor fix for checking return values
Bruce Hill
2025-12-21
Only build on tag pushing
Bruce Hill
2025-12-21
Add github workflow
Bruce Hill
2025-12-21
Bump date on version tag
v2025-12-21
Bruce Hill
2025-12-10
Add docs on enum field access and `!` behavior
Bruce Hill
2025-12-08
Add checks for unused variables
Bruce Hill
2025-12-07
Better error handling for setenv()
Bruce Hill
2025-12-07
More correct handling for sleep()
Bruce Hill
2025-12-07
Add comments
Bruce Hill
2025-12-07
Remove dead code
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
Document sets
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-07
Remove debug code
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-12-06
Fix for memory pointer visualization
Bruce Hill
[next]