aboutsummaryrefslogtreecommitdiff
path: root/examples/game/game.tm
AgeCommit message (Expand)Author
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-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-03-11Update commentsBruce Hill
2025-03-11Support external structs with namespaced methods (also C-strings are nowBruce Hill
2025-03-10Fixes for examplesBruce 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-15Add optional:or_exit(...)Bruce Hill
2024-09-15Fix up `if var := ...:` in ternary expressions and optional checkingBruce Hill
2024-09-08Take map as a CLI parameterBruce Hill
2024-09-08Add example game using raylibBruce Hill