| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-06 | No more colons for blocks | Bruce Hill | |
| 2025-04-06 | Change method calls to use `foo.baz()` instead of `foo:baz()` | Bruce Hill | |
| 2025-04-04 | First working compile of refactor to add explicit typing to declarations | Bruce Hill | |
| and support untyped empty collections and `none`s | |||
| 2025-03-11 | Update comments | Bruce Hill | |
| 2025-03-11 | Support external structs with namespaced methods (also C-strings are now | Bruce Hill | |
| `const char*` instead of `char*`) | |||
| 2025-03-10 | Fixes for examples | Bruce Hill | |
| 2024-10-09 | Change function syntax from `func(args)->ret` to `func(args -> ret)` | Bruce Hill | |
| 2024-09-16 | Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operator | Bruce Hill | |
| 2024-09-15 | Add optional:or_exit(...) | Bruce Hill | |
| 2024-09-15 | Fix up `if var := ...:` in ternary expressions and optional checking | Bruce Hill | |
| logic | |||
| 2024-09-08 | Take map as a CLI parameter | Bruce Hill | |
| 2024-09-08 | Add example game using raylib | Bruce Hill | |
