aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
AgeCommit message (Collapse)Author
2025-05-11Add new system for tracking versions.Bruce Hill
2025-04-17Add getenv()/setenv()Bruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-01Fix docsBruce Hill
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
module-based approach
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-05Add print() as alias for say()Bruce Hill
2025-03-05Further shorten docsBruce Hill
2025-03-05Shorten API docsBruce Hill
2025-03-03Add `recursive` argument to text:each() and text:map(), plus update docsBruce Hill
2025-02-13Deprecate Range datatype in favor of using iterator methodsBruce Hill
2025-01-02Add some light docs for mutexed accessBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-11-17Rename datetime -> momentBruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-10-09Update docs to standardize function signature formattingBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-29Reference DateTime in the docsBruce Hill
2024-09-29Document now()Bruce Hill
2024-09-15Link to C interop pageBruce Hill
2024-09-15Add docs on bytesBruce Hill
2024-09-15Add optional:or_exit(...)Bruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-12Add sleep()Bruce Hill
2024-09-09Add paths docsBruce Hill
2024-09-07Document READMEBruce Hill
2024-09-04Document ask()Bruce Hill
2024-08-19Document functionsBruce Hill
2024-08-19Add docs for `lang`Bruce Hill
2024-08-19Move docs into one folderBruce Hill