aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2025-11-29Update version docsBruce Hill
2025-11-29Update docsBruce Hill
2025-11-29Overhaul to versioning system (paths go tov2025-11-29Bruce Hill
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-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
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
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
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
2025-05-11Add new system for tracking versions.Bruce Hill
2025-05-02Deprecate --c-compiler flag, since builds compiled with differentBruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
2025-04-26Add `--version` flag to show current compiler version's git commit dateBruce Hill
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
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
2025-04-07Add placeholder docs for bytesBruce Hill
2025-04-06Update docsBruce Hill
2025-04-06Update syntax in docsBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill