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
/
cli.c
Age
Commit message (
Collapse
)
Author
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-11-22
Fix command line aliases
Bruce Hill
2025-10-18
Better help and placeholders for various types
Bruce Hill
2025-10-18
Better help and usage and manpages
Bruce Hill
2025-10-18
Pass through comments on args and use them for help and manpages
Bruce Hill
2025-10-18
Added automatic manpages.
Bruce Hill
2025-10-18
Lazily initialize args
Bruce Hill
2025-10-18
Overhaul of CLI arg parsing logic
Bruce Hill
2025-10-12
More code cleanups
Bruce Hill
2025-10-03
Fix for optional CLI arguments
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-08-31
Add argument aliases so programs can use `func main(verbose|v=no)` to do
Bruce Hill
single-letter argument flags.
2025-08-24
Shared includes for compile folder to reduce duplicate code
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
Split CLI into its own file
Bruce Hill