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
Age
Commit message (
Expand
)
Author
2025-10-12
Minor cleanup to ask()
Bruce Hill
2025-10-12
Fix memory leaks
Bruce Hill
2025-10-12
More code cleanups
Bruce Hill
2025-10-12
Code cleanup and fixing minor issues
Bruce Hill
2025-10-11
Improvements to set support and updating docs
Bruce Hill
2025-10-11
Make `{a,b,c}` shorthand for `{a:Empty(), b:Empty(), c:Empty()}` and
Bruce Hill
2025-10-11
Add optional empty type
Bruce Hill
2025-10-11
Rename pathtype enum values
Bruce Hill
2025-10-11
Bugfix for optional paths and converting path type into an actual enum
Bruce Hill
2025-10-11
Added Empty() struct
Bruce Hill
2025-10-05
Fix a bunch of issues with optional types
Bruce Hill
2025-10-05
Add serialization and deserialization by coercion to/from [Byte]
Bruce Hill
2025-10-04
When reading a file by line, skip lines with invalid UTF8 instead of
Bruce Hill
2025-10-03
Fix for optional CLI arguments
Bruce Hill
2025-10-02
Merge branch 'zero-nones' into dev
Bruce Hill
2025-10-01
Force a GC sweep when we run out of file handles to trigger cleanup of
Bruce Hill
2025-10-01
For structs and fixed-size ints, use `.has_value` instead of `.is_none`
Bruce Hill
2025-10-01
Fix up some more none cases
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-09-21
Deprecate binary ops (other than ++) for tables. Instead use proper
Bruce Hill
2025-09-21
Use colons instead of '=' for tables (e.g. {1: 2})
Bruce Hill
2025-09-21
Deprecate `>> x ... = val` form of doctests and rename them to 'debug
doctests-to-debuglog
Bruce Hill
2025-09-21
Deprecate more set stuff
Bruce Hill
2025-09-21
Deprecate sets
Bruce Hill
2025-09-13
Merge branch 'optional-list-indexing' into dev
Bruce Hill
2025-09-09
Minor cleanups
Bruce Hill
2025-09-09
Compact lists when appropriate
Bruce Hill
2025-09-09
Fix memory leak/bug
Bruce Hill
2025-09-09
Fix up some edge cases for text unicode stuff
Bruce Hill
2025-09-09
Merge branch 'main' into optional-list-indexing
optional-list-indexing
Bruce Hill
2025-09-09
Overhaul to the unicode encoding/decoding methods for text
Bruce Hill
2025-09-06
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Bugfix for Int.parse()
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Fixes for local-tomo so that it *actually* uses local header files,
Bruce Hill
2025-09-01
Change module install directory to PREFIX/lib/tomo_vX.Y/*
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Make Texts() macro a bit more flexible.
Bruce Hill
2025-09-01
Make text indexing optional
Bruce Hill
2025-09-01
Improved error messages
Bruce Hill
2025-08-31
Switch to using optional return values for list indexing.
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Added support for `-O3` style numeric flags and `-f=...` flags
Bruce Hill
2025-08-31
Move CLI parsing to its own file.
Bruce Hill
2025-08-29
Improvements to text and inline C code formatting/parsing
Bruce Hill
2025-08-25
Minor bugfix for coloring of multi-line doctests
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-25
Clean up some unistr.h issues and expand some parse macros.
Bruce Hill
[next]