aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2025-06-05Update changelogBruce Hill
2025-06-05Add strikethroughBruce Hill
2025-05-20Add more advanced configuration options to modules.ini and supportBruce Hill
2025-05-11Add new system for tracking versions.Bruce Hill
2025-05-02Move coroutines into examples folder due to compatibility issues on someBruce Hill
2025-04-16Roll back change to add a return for unreachable functionsBruce Hill
2025-04-16Fix tcc complaintsBruce Hill
2025-04-09Move to example programsBruce Hill
2025-04-09Tweak readmeBruce Hill
2025-04-07Move core libraries into their own folderBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Make string escapes more normal: "\n" for newline, etc. Backticks can beBruce Hill
2025-04-06Improved inline C code: now uses `C_code` keyword and supportsBruce Hill
2025-04-06Add `continue` and `break` as aliases for `skip`/`stop`, also improveBruce Hill
2025-04-06Allow uninitialized variables when there's a sensible empty valueBruce Hill
2025-04-06Insert `then` for clarityBruce Hill
2025-04-06Merge branch 'main' into no-colonsBruce Hill
2025-04-06Change Set syntax from {x} to |x|Bruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-06Deprecate `!!` print statementBruce Hill
2025-04-05More fixesBruce Hill
2025-04-05More fixesBruce Hill
2025-04-05Misc fixesBruce Hill
2025-04-05Fix some of the constructor logicBruce Hill
2025-04-04Misc fixesBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-02Move HTML into scriptBruce Hill
2025-04-02Update table syntaxBruce Hill
2025-04-02Syntax change: table types are now: `{K=V; default=...}` and tablesBruce Hill
2025-04-01Add http-server exampleBruce Hill
2025-04-01Rename default RNG to `random`Bruce Hill
2025-04-01Tweak threads codeBruce Hill
2025-04-01Update READMEBruce Hill
2025-04-01Fix some pattern usagesBruce Hill
2025-04-01Update patterns API and docsBruce Hill
2025-04-01Update pattern docsBruce Hill
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce Hill
2025-04-01Add `core` library to avoid having to explicitly import a bunch ofBruce Hill
2025-04-01Clean up and improve patternsBruce Hill
2025-04-01Rename P -> PatBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-31Deprecate do_begin/do_endBruce Hill
2025-03-30Add RW-lockBruce Hill
2025-03-30Add readme stuff about timesBruce 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-27Deprecate custom printf specifiers in favor of print() function thatBruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill