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
/
compile
Age
Commit message (
Expand
)
Author
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
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
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-22
Fix command line aliases
Bruce Hill
2025-11-22
Fixes for conditional expressions for optional types
Bruce Hill
2025-11-21
Fix optional path none checks
Bruce Hill
2025-11-01
Fix case where `foo.baz.method()` failed to pass `baz` as `(&(foo.baz))`
Bruce Hill
2025-10-19
Fix signed comparison issues
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
Added automatic manpages.
Bruce Hill
2025-10-18
Lazily initialize args
Bruce Hill
2025-10-18
Overhaul of CLI arg parsing logic
Bruce Hill
2025-10-12
More code cleanups
Bruce Hill
2025-10-12
Code cleanup and fixing minor issues
Bruce Hill
2025-10-12
Better error checking and reporting
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
Rename pathtype enum values
Bruce Hill
2025-10-05
Deprecate `deserialize` keyword and `.serialized()` method
Bruce Hill
2025-10-05
Fix a bunch of issues with optional types
Bruce Hill
2025-10-05
Fix typechecking issue
Bruce Hill
2025-10-05
Add serialization and deserialization by coercion to/from [Byte]
Bruce Hill
2025-10-04
Deprecate `extend`
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-02
Use 'OptionalText_t' for optional text types
Bruce Hill
2025-10-01
Fixes for indexing into lists with optional item types
Bruce Hill
2025-10-01
For structs and fixed-size ints, use `.has_value` instead of `.is_none`
Bruce Hill
2025-10-01
Merge branch 'dev' into zero-nones
Bruce Hill
2025-10-01
Bugfix for compiling optional fixed-size ints
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-24
Revert "Deprecate `defer`"
Bruce Hill
2025-09-21
Deprecate binary ops (other than ++) for tables. Instead use proper
Bruce Hill
2025-09-21
Be more lenient with underscore fields and arguments.
Bruce Hill
2025-09-21
Bugfix for debug logs with functions (not closures)
Bruce Hill
2025-09-21
Deprecate `defer`
Bruce Hill
2025-09-21
Fix tests
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 optional '?' postfix operator
Bruce Hill
2025-09-21
Deprecate `extern` keyword
Bruce Hill
2025-09-21
Fix empty tables
Bruce Hill
2025-09-21
Deprecate more set stuff
Bruce Hill
2025-09-21
Bugfix for .unique()
Bruce Hill
[next]