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
2026-01-17
Simplifying rules for exp/log
constructive-reals
Bruce Hill
2026-01-17
Add some simplification rules
Bruce Hill
2026-01-17
Simplify equality checks for common cases.
Bruce Hill
2026-01-17
Real -> Float64 constructor
Bruce Hill
2026-01-16
Remove constructives
Bruce Hill
2026-01-16
Fix everything up real good
Bruce Hill
2026-01-12
Simplify Real$from_float64 -> R
Bruce Hill
2026-01-12
Overhaul of how parsing and compiling works for reals.
Bruce Hill
2026-01-11
Bugfix for negative numbers like -2.3
Bruce Hill
2026-01-11
Improve correctness of Reals parsing for scientific notation and improve spee...
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
Fix default arg types
Bruce Hill
2026-01-11
Bugfixes for promoting doubles to rational
Bruce Hill
2026-01-11
Fix some volatility issues
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
Code cleanup
Bruce Hill
2026-01-11
Misc fixes
Bruce Hill
2026-01-11
Added/updated reals test
Bruce Hill
2026-01-11
Bugfix
Bruce Hill
2026-01-11
Add missing functionality.
Bruce Hill
2026-01-11
Hook up Real.rounded_to()
Bruce Hill
2026-01-11
Fixes for sqrt()*sqrt()
Bruce Hill
2026-01-11
Rework reals
Bruce Hill
2026-01-10
Format
Bruce Hill
2026-01-02
Merge branch 'dev' into constructive-reals
Bruce Hill
2026-01-01
Bugfix for integer comparison
Bruce Hill
2025-12-31
Changed is_between() to be bidirectional
Bruce Hill
2025-12-29
Fix for file descriptors being reopened unintentionally
Bruce Hill
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-28
Bugfix for Table.clear()
Bruce Hill
2025-12-23
Fix some GCC-specific logic that works differently on mac/clang
Bruce Hill
2025-12-23
Fix for openbsd ifdef
Bruce Hill
2025-12-23
Add support for convert_to_text(Int_t)
Bruce Hill
2025-12-23
Remove dead-ish code for debugging tables
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-22
Bugfix for `Success || Void` typechecking
Bruce Hill
2025-12-22
Clean up .git/ when installing libraries
Bruce Hill
2025-12-22
Rip out shared library code
Bruce Hill
2025-12-22
Use static linking to produce executables.
Bruce Hill
2025-12-22
Add Path.writer() and Path.byte_writer()
Bruce Hill
2025-12-21
More sensible REPL-like behavior if run without any args
Bruce Hill
2025-12-21
Fixes for builds and accessing version and install script
v2025-12-21.5
Bruce Hill
2025-12-21
Remove xxd dependency (no more building with changelog)
Bruce Hill
2025-12-21
Merge branch 'dev'
Bruce Hill
[next]