| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-09-06 | Use colons instead of '=' for tables (e.g. {1: 2}) | Bruce Hill |
| 2025-04-06 | Update syntax in docs | 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 |
| 2025-01-12 | Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}` | Bruce Hill |
| 2024-11-30 | Bring back `table[key]` syntax | Bruce Hill |
| 2024-11-03 | Add RNGs to the language | Bruce Hill |
| 2024-10-09 | Change function syntax from `func(args)->ret` to `func(args -> ret)` | Bruce Hill |
| 2024-08-19 | Document functions | Bruce Hill |
