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
/
compile
/
statements.c
Age
Commit message (
Expand
)
Author
2025-09-21
Deprecate `defer`
Bruce Hill
2025-09-21
Deprecate `>> x ... = val` form of doctests and rename them to 'debug
doctests-to-debuglog
Bruce Hill
2025-09-21
Deprecate `extern` keyword
Bruce Hill
2025-09-21
Bugfixes for anonymous enums, code cleanup to remove type_to_string(),
Bruce Hill
2025-09-07
Be more correct about library names and also strip off `tomo-`
Bruce Hill
2025-09-06
Code cleanup
Bruce Hill
2025-09-06
Refactor a bit in order to catch issue with ConvertDefs creating
Bruce Hill
2025-09-01
Fixes for local-tomo so that it *actually* uses local header files,
Bruce Hill
2025-09-01
Overhaul code to stop keeping examples and libraries in the same repo,
Bruce Hill
2025-09-01
Change module install directory to PREFIX/lib/tomo_vX.Y/*
Bruce Hill
2025-09-01
Switch to using Texts(x) instead of Texts(String(x)) when possible
Bruce Hill
2025-08-24
Shared includes for compile folder to reduce duplicate code
Bruce Hill
2025-08-24
Move while/repeat/skip/stop into loops file
Bruce Hill
2025-08-24
Split out assertions into its own file
Bruce Hill
2025-08-24
Split out doctests
Bruce Hill
2025-08-24
Split 'when' into its own file
Bruce Hill
2025-08-24
Move assignment code.
Bruce Hill
2025-08-24
Split for-loops out
Bruce Hill
2025-08-24
Move conditionals into a file
Bruce Hill
2025-08-24
Finally, split compile.c into compile/expressions.c
Bruce Hill
2025-08-24
Split declarations into a file
Bruce Hill
2025-08-24
Add comments and pragmas
Bruce Hill
2025-08-24
Rename promotion -> promotions
Bruce Hill
2025-08-24
Split out blocks into their own file
Bruce Hill
2025-08-24
Shift some code around.
Bruce Hill
2025-08-24
More splitting out into separate files.
Bruce Hill