aboutsummaryrefslogtreecommitdiff
path: root/examples/colorful
AgeCommit message (Expand)Author
2025-04-06Make string escapes more normal: "\n" for newline, etc. Backticks can beBruce Hill
2025-04-06Allow uninitialized variables when there's a sensible empty valueBruce Hill
2025-04-06Insert `then` for clarityBruce 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-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-01Fix some pattern usagesBruce Hill
2025-04-01Clean up and improve patternsBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-21Fix colorfulBruce Hill
2025-03-17FIx colorfulBruce Hill
2025-03-12Rename `without_escaping()` -> `from_text()`Bruce Hill
2025-03-11Add a few colorful escapesBruce Hill
2025-03-10Fix/update colorfulBruce Hill
2025-03-03Update CLI APIBruce Hill
2025-03-02Add `colorful` DSLBruce Hill