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-10-18
Don't skip backslash for args with `\-` after the `--`
Bruce Hill
2025-10-18
Allow passing arguments with leading '-' using a backslash
Bruce Hill
2025-10-18
Improved CLI parsing and add CString.join()
Bruce Hill
2025-10-18
Better error messages, especially for wrong enum tags
Bruce Hill
2025-10-18
Support passing pointers to CLI args
Bruce Hill
2025-10-18
Update docs
Bruce Hill
2025-10-18
Support parsing enums and cstrings and structs
Bruce Hill
2025-10-18
Added automatic manpages.
Bruce Hill
2025-10-18
Fix verbose version printing and parallel compilation
Bruce Hill
2025-10-18
Hide compilation message spam
Bruce Hill
2025-10-18
Lazily initialize args
Bruce Hill
2025-10-18
Fix '--' arg parsing
Bruce Hill
2025-10-18
Rework tomo CLI args
Bruce Hill
2025-10-18
Overhaul of CLI arg parsing logic
Bruce Hill
2025-10-13
Minor speculative fixes to be extra cautious
Bruce Hill
2025-10-13
Minor correctness fixes for fpconv
Bruce Hill
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-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
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
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-05
Fix: don't allow a `lang` to be used as Text without explicitly
Bruce Hill
2025-10-04
Deprecate `extend`
Bruce Hill
2025-10-04
When reading a file by line, skip lines with invalid UTF8 instead of
Bruce Hill
2025-10-04
Fix for nested anonymous enums (visit them recursively in leaf-first
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
Force a GC sweep when we run out of file handles to trigger cleanup of
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
Fix conditional
Bruce Hill
2025-10-01
Merge branch 'dev' into zero-nones
Bruce Hill
2025-10-01
Bugfix for overzealous C name fixes
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-22
Fix: support method calls on optional types
Bruce Hill
[next]