aboutsummaryrefslogtreecommitdiff
path: root/test/lambdas.tm
AgeCommit message (Expand)Author
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
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 indent...Bruce Hill
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