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
/
tomo.h
Age
Commit message (
Collapse
)
Author
2025-12-11
Merge branch 'dev' into constructive-reals
Bruce Hill
2025-12-07
Switch paths to use Result return values instead of fail()
Bruce Hill
2025-11-15
Constructive real functionality
Bruce Hill
2025-11-09
Rename Num -> Float64, Num32 -> Float32
Bruce Hill
2025-08-31
Move CLI parsing to its own file.
Bruce Hill
2025-08-25
Update file header comments
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
Lots of cleanups
Bruce Hill
2025-04-12
Replace addr2line with libbacktrace to get improved stack traces
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-01
Moved RNG out of the compiler and into a standalone library
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Remove threads and mutexed data from the language in favor of a
Bruce Hill
module-based approach
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-30
Fix visibility of gc_memory_stream
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill