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
Age
Commit message (
Expand
)
Author
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-18
Version bump on patterns
Bruce Hill
2025-08-17
Major improvements to type inference to support `JSON({"key"=yes,
Bruce Hill
2025-08-17
Add JSON module.
Bruce Hill
2025-08-16
Improved parsing and prefix/suffix matching using a `remainder`
Bruce Hill
2025-05-25
Optimize codegen for enums: no longer bother with a struct wrapper, but
Bruce Hill
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-05-09
Add pattern test
Bruce Hill
2025-05-06
Bugfix for commands
Bruce Hill
2025-05-06
Check pipe() return value
Bruce Hill
2025-05-06
Check return values
Bruce Hill
2025-05-02
Move coroutines into examples folder due to compatibility issues on some
Bruce Hill
2025-04-30
Update compiler to use randomly generated unique-per-file symbol
Bruce Hill
2025-04-28
Explicitly use int64 for string
Bruce Hill
2025-04-28
Removed lib import
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-25
Clang fixes
Bruce Hill
2025-04-21
Add coroutines to core library
Bruce Hill
2025-04-16
Automatically add return for unreachable code blocks (following a
Bruce Hill
2025-04-15
Add configuration script to choose install paths and default C compiler
Bruce Hill
2025-04-14
Include stdlib
Bruce Hill
2025-04-14
Unsigned int fix
Bruce Hill
2025-04-14
Rename variables to avoid namespace collision with stdout/stderr, which
Bruce Hill
2025-04-12
Add missing includes
Bruce Hill
2025-04-07
Add readmes
Bruce Hill
2025-04-07
Fix uuids
Bruce Hill
2025-04-07
Move core libraries into their own folder
Bruce Hill