aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2025-12-11Merge branch 'dev' into constructive-realsBruce Hill
2025-12-10Add docs on enum field access and `!` behaviorBruce Hill
2025-12-07Document setsBruce Hill
2025-11-29Update version docsBruce Hill
2025-11-29Update docsBruce 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-27Support EXECUTABLE metadataBruce 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-11-09Rename Num -> Float64, Num32 -> Float32Bruce Hill
2025-10-20Document help and manpagesBruce Hill
2025-10-18Update docsBruce Hill
2025-10-18Update manpageBruce Hill
2025-10-05Deprecate `deserialize` keyword and `.serialized()` methodBruce Hill
2025-09-21Use colons instead of '=' for tables (e.g. {1: 2})Bruce Hill
2025-09-21Update docsBruce Hill
2025-09-21Remove more sets docsBruce Hill
2025-09-21More deprecations of set docs stuffBruce Hill
2025-09-21Add anonymous enum docsBruce Hill
2025-09-20Simplify quotes by limiting to `,',"Bruce Hill
2025-09-06Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce 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-09WordingBruce Hill
2025-07-12Use `#embed` to embed the changelog in the binary and give access viaBruce Hill
--changelog
2025-07-10Add text compression optimizations for unicode textBruce Hill
2025-05-20Add docsBruce Hill
2025-05-20Add more advanced configuration options to modules.ini and supportBruce Hill
automatically downloading and installing from it.
2025-05-19Add --prefix flagBruce Hill
2025-05-17Add --version flag for executables and more documentation.Bruce Hill
2025-05-17Add `modules.ini` file for import aliases, as well as default aliasesBruce Hill
for the built-in modules.
2025-05-11Add new system for tracking versions.Bruce Hill
2025-05-02Deprecate --c-compiler flag, since builds compiled with differentBruce Hill
compilers won't play nice anyways
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
suffixes instead of needing to rename symbols with objcopy
2025-04-26Add `--version` flag to show current compiler version's git commit dateBruce Hill
and hash
2025-04-25Update text docs for escapingBruce Hill
2025-04-21Deprecate REPLBruce Hill
2025-04-19Make API documentation into YAML files and autogenerate markdown filesBruce Hill
and manpages from those.
2025-04-18Fix docsBruce Hill
2025-04-18Fix docs syntaxBruce Hill
2025-04-17Add getenv()/setenv()Bruce Hill
2025-04-16Add Path.current_dir() as exposed methodBruce Hill
2025-04-07Add table.get_or_set()Bruce Hill
2025-04-07Remove table.bump()Bruce Hill
2025-04-07Add `is_between()` for various typesBruce Hill