aboutsummaryrefslogtreecommitdiff
path: root/test/defer.tm
AgeCommit message (Collapse)Author
2025-09-24Revert "Deprecate `defer`"Bruce Hill
This reverts commit 7e3e245f6809946ea06ef1998bcabb7e0902fbd7.
2025-09-21Deprecate `defer`Bruce Hill
2025-09-21Fix testsBruce Hill
2025-07-12Doctests now use equality checking instead of text comparisonsBruce Hill
2025-04-06Allow uninitialized variables when there's a sensible empty valueBruce Hill
(defaults to empty/zero value)
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
and support untyped empty collections and `none`s
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-10-09Add a test for mutating closed-over variables in a defer statementBruce Hill
2024-08-18Improved syntax for dollar-string literalsBruce Hill
2024-07-04Fixes for defer statements in lambdasBruce Hill
2024-07-04Add 'defer'Bruce Hill