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
/
lib
/
commands
Age
Commit message (
Collapse
)
Author
2025-09-01
Overhaul code to stop keeping examples and libraries in the same repo,
Bruce Hill
but instead spin each out into its own repo.
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-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-05-06
Bugfix for commands
Bruce Hill
2025-05-06
Check pipe() return value
Bruce Hill
2025-04-30
Update compiler to use randomly generated unique-per-file symbol
Bruce Hill
suffixes instead of needing to rename symbols with objcopy
2025-04-28
Removed lib import
Bruce Hill
2025-04-15
Add configuration script to choose install paths and default C compiler
Bruce Hill
and bake those into the compiled Tomo code
2025-04-14
Rename variables to avoid namespace collision with stdout/stderr, which
Bruce Hill
may be macros
2025-04-07
Move core libraries into their own folder
Bruce Hill