aboutsummaryrefslogtreecommitdiff
path: root/test/lambdas.tm
AgeCommit message (Collapse)Author
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-03-07Fix for text uppercasing in testBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-03Syntax overhaul (comments back to `#`, print statments to `!!`),Bruce Hill
using `$/.../` for patterns and using a DSL for patterns
2024-08-18Improved syntax for dollar-string literalsBruce Hill
2024-08-12Fix old syntaxBruce Hill
2024-07-14Support nested lambda closuresBruce Hill
2024-05-23Refine the parsing of blocks so it's always ':' [inline-block] [indent ↵Bruce Hill
indented-block]
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-09Extra lambda testBruce Hill
2024-03-09Implement lambdas and closuresBruce Hill
2024-03-09Tweaking testsBruce Hill
2024-03-09Lambda fixes/improvementsBruce Hill
2024-03-09Simple lambda testBruce Hill