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-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
2025-08-16
Fix further issue with optionals
Bruce Hill
2025-08-16
Bugfix for optionals that have alignment issues
Bruce Hill
2025-08-16
Fix issue with untyped enum members
Bruce Hill
2025-08-16
Bugfix for enum member alignments
Bruce Hill
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
2025-07-30
Struct reordering to improve packing
Bruce Hill
2025-07-12
Doctests now use equality checking instead of text comparisons
Bruce Hill
2025-07-10
Add text compression optimizations for unicode text
Bruce Hill
2025-06-28
Greatly increase the maximum free space allocated when growing lists
Bruce Hill
2025-06-26
Add get_bit() method for Ints and Bytes
Bruce Hill
2025-06-24
Add Path.has_extension() and update manpages/api docs
Bruce Hill
2025-06-24
Minor performance improvement for hash collisions in tables
Bruce Hill
2025-06-24
Sanity check
Bruce Hill
2025-06-24
Revert "Do text deserialization in chunks to avoid possible memory issues"
Bruce Hill
2025-06-22
Do text deserialization in chunks to avoid possible memory issues
Bruce Hill
2025-06-04
Fix spacing on non-color doctest output
Bruce Hill
2025-05-25
Bugfix for converting negative integers to text
Bruce Hill
2025-05-21
Added Set infix operations, as well as Table.with_fallback() and fixed
Bruce Hill
2025-05-17
Add --version flag for executables and more documentation.
Bruce Hill
2025-05-17
Add `modules.ini` file for import aliases, as well as default aliases
Bruce Hill
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-05-06
Bugfix for serialization of sets and tables with fallbacks
Bruce Hill
2025-05-06
Check getrandom return value
Bruce Hill
2025-05-06
Check return value
Bruce Hill
2025-05-06
Check return value
Bruce Hill
2025-05-06
Check return value
Bruce Hill
2025-05-06
Check return values
Bruce Hill
2025-05-06
Error checking for path components
Bruce Hill
2025-05-06
Bugfix for truncation of Bytes
Bruce Hill
2025-05-06
Bugfix for converting integer to byte
Bruce Hill
2025-05-05
Fix some permission stuff to make it more seamless to install to
Bruce Hill
2025-05-03
Deprecate function name registering and printing the function's name
Bruce Hill
2025-05-02
Improved stack trace function names
Bruce Hill
2025-05-02
Bugfix for stack traces
Bruce Hill
2025-05-02
Fix bug where fallbacks were hashed by pointer instead of by contents
v0.2
Bruce Hill
2025-05-02
Remove speculative fix
Bruce Hill
2025-05-02
Bugfix for text hashing
Bruce Hill
2025-05-01
Add check for null type
Bruce Hill
[next]