aboutsummaryrefslogtreecommitdiff
path: root/examples/learnxiny.tm
AgeCommit message (Expand)Author
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Add `continue` and `break` as aliases for `skip`/`stop`, also improveBruce Hill
2025-04-06Allow uninitialized variables when there's a sensible empty valueBruce Hill
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-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-06Deprecate `!!` print statementBruce Hill
2025-04-05More fixesBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-02Syntax change: table types are now: `{K=V; default=...}` and tablesBruce Hill
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