aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2025-09-01Merge branch 'main' into formatterBruce 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-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
2025-04-06Improved inline C code: now uses `C_code` keyword and supportsBruce Hill
2025-04-06Change Set syntax from {x} to |x|Bruce Hill
2025-04-06Expand reducers so they support stuff like `(+.abs(): nums)` andBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-05Remove {} for empty setsBruce Hill
2025-04-05Fix up more thingsBruce Hill
2025-04-04Misc fixesBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-02Syntax change: table types are now: `{K=V; default=...}` and tablesBruce Hill
2025-04-02Remove patterns from text docsBruce Hill
2025-04-01Fix docsBruce Hill
2025-04-01Update array random docs and fix array random methods to check rangesBruce Hill
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-31Update docsBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-30Further support for .dylib files on mac by changing syntax for libraryBruce Hill
2025-03-24Fix docsBruce Hill