aboutsummaryrefslogtreecommitdiff
path: root/examples/learnxiny.tm
AgeCommit message (Expand)Author
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
2025-03-17Update learnxiny for enums no longer showing the type nameBruce Hill
2025-02-21Fix learnxinyBruce Hill
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-30Bring back `table[key]` syntaxBruce Hill
2024-11-26Tweak docsBruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-16Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operatorBruce Hill
2024-09-13Move learnxiny to examplesBruce Hill