aboutsummaryrefslogtreecommitdiff
path: root/examples/patterns
AgeCommit message (Collapse)Author
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
interpolation with @
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-04Misc fixesBruce Hill
2025-04-02Syntax change: table types are now: `{K=V; default=...}` and tablesBruce Hill
use `{:K=V, ...; default=...}`
2025-04-01Update patterns API and docsBruce Hill
2025-04-01Update pattern docsBruce Hill
2025-04-01Clean up and improve patternsBruce Hill
2025-04-01Rename P -> PatBruce Hill
2025-04-01Move patterns into a moduleBruce Hill