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
/
files.c
Age
Commit message (
Expand
)
Author
2025-12-21
Don't embed tomo version/path information at compile time, instead infer
Bruce Hill
2025-12-08
Add checks for unused variables
Bruce Hill
2025-11-29
Overhaul to versioning system (paths go to
v2025-11-29
Bruce Hill
2025-11-23
Added Metadata section for files instead of _HELP and _USAGE
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-06
Fixes for prior changes
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
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
Split headers into their own file
Bruce Hill
2025-08-24
Move ConvertDef logic
Bruce Hill
2025-08-24
Move function declaration logic
Bruce Hill
2025-08-24
Split declarations into a file
Bruce Hill
2025-08-24
Add comments and pragmas
Bruce Hill
2025-08-24
Shift some code around.
Bruce Hill
2025-08-24
More splitting out into separate files.
Bruce Hill