aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
AgeCommit message (Collapse)Author
2025-12-07Change Paths to be an enum of their different types.Bruce Hill
2025-11-29Overhaul to versioning system (paths go tov2025-11-29Bruce Hill
`/tomo@TOMOVERSION/lib@LIBVERSION` instead of using underscores. Tomo versioning now uses date-based versions.
2025-11-29Fix alignmentBruce Hill
2025-11-27Support EXECUTABLE metadataBruce Hill
2025-11-24When running an executable, run it with a relative instead of absoluteBruce Hill
path so it shows up more nicely in the usage
2025-11-24Bugfix for macBruce Hill
2025-11-24Add MANPAGE metadata for overriding whole fileBruce Hill
2025-11-23Added Metadata section for files instead of _HELP and _USAGEBruce Hill
2025-10-25Compatibility fixesBruce Hill
2025-10-19Fix signed comparison issuesBruce Hill
2025-10-18Pass through comments on args and use them for help and manpagesBruce Hill
2025-10-18Support parsing enums and cstrings and structsBruce Hill
2025-10-18Added automatic manpages.Bruce Hill
2025-10-18Fix verbose version printing and parallel compilationBruce Hill
2025-10-18Hide compilation message spamBruce Hill
2025-10-18Lazily initialize argsBruce Hill
2025-10-18Fix '--' arg parsingBruce Hill
2025-10-18Rework tomo CLI argsBruce Hill
2025-10-18Overhaul of CLI arg parsing logicBruce Hill
2025-10-12Code cleanup and fixing minor issuesBruce Hill
2025-10-01Convert to using more zero values for `none`Bruce Hill
2025-09-21Bugfixes for anonymous enums, code cleanup to remove type_to_string(),Bruce Hill
and changed it so anonymous enums show up in doctests with their full type instead of `enum$20`
2025-09-09Bugfix for file ID accidentally containing NUL byteBruce Hill
2025-09-09Save runner C file to disk as `.build/foo.tm.runner.c`Bruce Hill
2025-09-09No longer hardcode /usr/local into stuffBruce Hill
2025-09-09Add `source_mapping` flag to the compiler config to force recompilationBruce Hill
when that flag changes (also add tomo version).
2025-09-07Be more correct about library names and also strip off `tomo-`Bruce Hill
prefixes/`-tomo` suffixes
2025-09-01Explicit type casting for sizeBruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Fixes for local-tomo so that it *actually* uses local header files,Bruce Hill
which don't need to be installed anymore.
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
but instead spin each out into its own repo.
2025-09-01Fix for versions getting double appended for libsBruce Hill
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Move compiler flag to GCC onlyBruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Remove unused importBruce Hill
2025-08-31Add missing importBruce Hill
2025-08-31Merge fixesBruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Add argument aliases so programs can use `func main(verbose|v=no)` to doBruce Hill
single-letter argument flags.
2025-08-30Update docsBruce Hill
2025-08-29Formatting tweaks/fixesBruce Hill
2025-08-29Add --format-inplace optionBruce Hill
2025-08-25Split out formatter into subfilesBruce Hill
2025-08-25First pass at formatterBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-25Splitting out parser more.Bruce Hill
2025-08-25More docs and moving parsing into a subfolder.Bruce Hill
2025-08-24Split headers into their own fileBruce Hill