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
/
headers.c
Age
Commit message (
Expand
)
Author
2025-12-08
Add checks for unused variables
Bruce Hill
2025-12-07
Consolidate logic for enums with and without tags with fields.
Bruce Hill
2025-11-29
Overhaul to versioning system (paths go to
v2025-11-29
Bruce Hill
2025-10-05
Fix a bunch of issues with optional types
Bruce Hill
2025-10-04
Deprecate `extend`
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-21
Got inlne enums working in most places
Bruce Hill
2025-09-07
Be more correct about library names and also strip off `tomo-`
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-08-24
Shared includes for compile folder to reduce duplicate code
Bruce Hill
2025-08-24
Split headers into their own file
Bruce Hill