aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2025-09-21Fix exampleBruce Hill
2025-09-21Remove sets from learnxinyBruce Hill
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-24Clean up and fix issue with `if var := val` statements. PreviousBruce Hill
2025-08-24Constructors and functions with underscore arguments should be allowed to be ...Bruce Hill
2025-08-24Version bumpBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Lots of cleanupsBruce Hill
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