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-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
2025-08-24
Clean up and fix issue with `if var := val` statements. Previous
Bruce Hill
2025-08-24
Shared includes for compile folder to reduce duplicate code
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-23
Don't align trailing comments
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-08-23
Fix some LSP issues, mostly unused imports
Bruce Hill
2025-08-19
Some pedantic fixes vetted against compiling on mac.
Bruce Hill
2025-08-18
Rework code to avoid variable-length array
Bruce Hill
2025-08-18
Fix some compatibility issues, including #embed and `alignof` and some Makefi...
Bruce Hill
2025-08-17
Bugfix for integer parsing
Bruce Hill
2025-08-16
Improved parsing and prefix/suffix matching using a `remainder`
Bruce Hill
[prev]
[next]