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
2026-01-16
Remove constructives
Bruce Hill
2026-01-16
Fix everything up real good
Bruce Hill
2026-01-12
Overhaul of how parsing and compiling works for reals.
Bruce Hill
2026-01-11
Refactor some AST logic to keep Ints/Reals as "Integer" and "Number" AST
Bruce Hill
2026-01-11
Rename AST nodes: Int -> Integer, Num -> Number
Bruce Hill
2026-01-11
Implement some missing logic for reals
Bruce Hill
2026-01-11
Optimize initialization logic for Reals so they avoid parsing at runtime
Bruce Hill
2026-01-11
More cleanups and fixes
Bruce Hill
2026-01-11
Fix for optional check
Bruce Hill
2026-01-11
Misc fixes
Bruce Hill
2026-01-11
Added/updated reals test
Bruce Hill
2026-01-02
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-12-31
Changed is_between() to be bidirectional
Bruce Hill
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-23
Big speedup my trimming down MAP_LIST macro and inlining some
Bruce Hill
2025-12-22
Allow writes without reads to global vars
v2025-12-22
Bruce Hill
2025-12-22
Fix for CLI usage showing flag type instead of flag name for positional
Bruce Hill
2025-12-21
Don't embed tomo version/path information at compile time, instead infer
Bruce Hill
2025-12-16
Fix parens parsing and hook up sqrt
Bruce Hill
2025-12-11
Fix merge issues
Bruce Hill
2025-12-11
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-12-08
Add checks for unused variables
Bruce Hill
2025-12-07
Change Paths to be an enum of their different types.
Bruce Hill
2025-12-07
Rename `Empty()` -> `Present()` for set-like tables
Bruce Hill
2025-12-07
Consolidate logic for enums with and without tags with fields.
Bruce Hill
2025-12-06
Use `foo!` as sugar for `foo.FirstTag!` for enum values. Also, give
Bruce Hill
2025-12-06
Allow discarding Empty() values
Bruce Hill
2025-12-01
Clean up CLI --help output
Bruce Hill
2025-11-30
Add `base` parameter to integer parsing functions
Bruce Hill
2025-11-29
Overhaul to versioning system (paths go to
v2025-11-29
Bruce Hill
2025-11-29
Bugfix for default CLI argument initialization
Bruce Hill
2025-11-29
Fix accidental naming collision with _tmp var
Bruce Hill
2025-11-26
Close loophole in `when` statements that allowed mutating inner field
Bruce Hill
2025-11-26
Bugfix for accidental violation of immutable value guarantees due to
Bruce Hill
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-15
Incremental fixes
Bruce Hill
2025-11-15
Constructive real functionality
Bruce Hill
2025-11-09
Rename Num -> Float64, Num32 -> Float32
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
[next]