| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-06 | Rename Array -> List in all code and docs | Bruce Hill | |
| 2025-04-06 | Make string escapes more normal: "\n" for newline, etc. Backticks can be | Bruce Hill | |
| used to put in literal code without escape sequences. | |||
| 2025-04-06 | Improved inline C code: now uses `C_code` keyword and supports | Bruce Hill | |
| interpolation with @ | |||
| 2025-04-06 | Allow uninitialized variables when there's a sensible empty value | Bruce Hill | |
| (defaults to empty/zero value) | |||
| 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-06 | Deprecate `!!` print statement | Bruce Hill | |
| 2025-04-04 | Misc fixes | 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 | Move HTML into script | Bruce Hill | |
| 2025-04-02 | Update table syntax | Bruce Hill | |
| 2025-04-01 | Add http-server example | Bruce Hill | |
