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
/
tomo.c
Age
Commit message (
Expand
)
Author
2025-11-29
Overhaul to versioning system (paths go to
v2025-11-29
Bruce Hill
2025-11-29
Fix alignment
Bruce Hill
2025-11-27
Support EXECUTABLE metadata
Bruce Hill
2025-11-24
When running an executable, run it with a relative instead of absolute
Bruce Hill
2025-11-24
Bugfix for mac
Bruce Hill
2025-11-24
Add MANPAGE metadata for overriding whole file
Bruce Hill
2025-11-23
Added Metadata section for files instead of _HELP and _USAGE
Bruce Hill
2025-10-25
Compatibility fixes
Bruce Hill
2025-10-19
Fix signed comparison issues
Bruce Hill
2025-10-18
Pass through comments on args and use them for help and manpages
Bruce Hill
2025-10-18
Support parsing enums and cstrings and structs
Bruce Hill
2025-10-18
Added automatic manpages.
Bruce Hill
2025-10-18
Fix verbose version printing and parallel compilation
Bruce Hill
2025-10-18
Hide compilation message spam
Bruce Hill
2025-10-18
Lazily initialize args
Bruce Hill
2025-10-18
Fix '--' arg parsing
Bruce Hill
2025-10-18
Rework tomo CLI args
Bruce Hill
2025-10-18
Overhaul of CLI arg parsing logic
Bruce Hill
2025-10-12
Code cleanup and fixing minor issues
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-09-21
Bugfixes for anonymous enums, code cleanup to remove type_to_string(),
Bruce Hill
2025-09-09
Bugfix for file ID accidentally containing NUL byte
Bruce Hill
2025-09-09
Save runner C file to disk as `.build/foo.tm.runner.c`
Bruce Hill
2025-09-09
No longer hardcode /usr/local into stuff
Bruce Hill
2025-09-09
Add `source_mapping` flag to the compiler config to force recompilation
Bruce Hill
2025-09-07
Be more correct about library names and also strip off `tomo-`
Bruce Hill
2025-09-01
Explicit type casting for size
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
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
Fix for versions getting double appended for libs
Bruce Hill
2025-09-01
Change module install directory to PREFIX/lib/tomo_vX.Y/*
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Move compiler flag to GCC only
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Remove unused import
Bruce Hill
2025-08-31
Add missing import
Bruce Hill
2025-08-31
Merge fixes
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Add argument aliases so programs can use `func main(verbose|v=no)` to do
Bruce Hill
2025-08-30
Update docs
Bruce Hill
2025-08-29
Formatting tweaks/fixes
Bruce Hill
2025-08-29
Add --format-inplace option
Bruce Hill
2025-08-25
Split out formatter into subfiles
Bruce Hill
2025-08-25
First pass at formatter
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-25
Splitting out parser more.
Bruce Hill
2025-08-25
More docs and moving parsing into a subfolder.
Bruce Hill
2025-08-24
Split headers into their own file
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
[next]