aboutsummaryrefslogtreecommitdiff
path: root/test/tables.tm
AgeCommit message (Expand)Author
2024-04-30Improved syntax for optionalsBruce 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-04-02Add comparison operator <> and array method to sort by a customBruce Hill
2024-03-17Add tests for nested comprehensionsBruce Hill
2024-03-17Improve comprehensions for both arrays and tablesBruce Hill
2024-03-03Rename Str -> TextBruce Hill
2024-03-03Definitively go with "Int" and "Num" over "Int64" and "Num64", plus addBruce Hill
2024-02-25Add test for table iterationBruce Hill
2024-02-25Add tests for '#' on collectionsBruce Hill
2024-02-25Table field access for .keys, .values, .default, .fallbackBruce Hill