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
/
stdlib.h
Age
Commit message (
Expand
)
Author
2025-09-21
Deprecate `>> x ... = val` form of doctests and rename them to 'debug
doctests-to-debuglog
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
Remove vim modelines
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-05-17
Add --version flag for executables and more documentation.
Bruce Hill
2025-04-26
Add TOMO_VERSION as a variable accessible to tomo programs at runtime
Bruce Hill
2025-04-25
Improved errors for list indexing
Bruce Hill
2025-04-25
Clang fixes
Bruce Hill
2025-04-17
Add getenv()/setenv()
Bruce Hill
2025-04-15
Bring back TCC support!
Bruce Hill
2025-04-14
Reworking of stack traces (back to using addr2line) for compatibility
Bruce Hill
2025-04-12
Replace addr2line with libbacktrace to get improved stack traces
Bruce Hill
2025-04-01
Show full doctest inspection if test fails
Bruce Hill
2025-03-27
Add missing include
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill