| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-06 | Use colons instead of '=' for tables (e.g. {1: 2}) | Bruce Hill | |
| 2025-04-06 | No more colons for blocks | 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-04-02 | Syntax change: table types are now: `{K=V; default=...}` and tables | Bruce Hill | |
| use `{:K=V, ...; default=...}` | |||
| 2025-01-12 | Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}` | Bruce Hill | |
| 2024-10-09 | Change function syntax from `func(args)->ret` to `func(args -> ret)` | Bruce Hill | |
| 2024-08-18 | Improved syntax for dollar-string literals | Bruce Hill | |
| 2024-04-28 | Syntax tweak: use ':' for blocks | Bruce Hill | |
| 2024-04-13 | Change table syntax to {key:value} instead of {key=>value} | Bruce Hill | |
| 2024-04-12 | Introducing the main() function | Bruce Hill | |
| 2024-03-07 | Added test | Bruce Hill | |
