aboutsummaryrefslogtreecommitdiff
path: root/test/enums.tm
AgeCommit message (Collapse)Author
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
particular tag or not
2024-08-18Improved syntax for dollar-string literalsBruce Hill
2024-08-10For tables, deprecate support for square bracket indexing and .defaultBruce Hill
values, replacing them with a `:bump()` function for tables with numeric values. This means that counters can be implemented easily without the need to mask complexity.
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