aboutsummaryrefslogtreecommitdiff
path: root/test/enums.tm
AgeCommit message (Expand)Author
2025-04-06Merge branch 'main' into no-colonsBruce Hill
2025-04-06Change Set syntax from {x} to |x|Bruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Re-implement multiple patterns for `when` blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
2025-03-16Remove enum type prefix when printing enumBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-15Improve automatic text quoting so it minimizes escape sequences whenBruce Hill
2024-09-12For single-member structs/enums, don't print the member nameBruce Hill
2024-09-06Support 'when' statements as expressionsBruce Hill
2024-08-18Add `enum.tag` as a way to do a boolean test for whether a value has aBruce Hill
2024-08-18Improved syntax for dollar-string literalsBruce Hill
2024-08-10For tables, deprecate support for square bracket indexing and .defaultBruce Hill
2024-05-23Support 'while when'Bruce Hill
2024-05-01Clean up 'when' syntaxBruce Hill
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-13Change table syntax to {key:value} instead of {key=>value}Bruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-17Clean up codegen for empty tagged dataBruce Hill
2024-03-17Empty enums use a singleton instead of a constructorBruce Hill
2024-03-17Update testBruce Hill
2024-03-03Fix testBruce Hill
2024-02-24Rename file extensionsBruce Hill