| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-04 | First working compile of refactor to add explicit typing to declarations | Bruce Hill | |
| and support untyped empty collections and `none`s | |||
| 2024-10-09 | Change function syntax from `func(args)->ret` to `func(args -> ret)` | Bruce Hill | |
| 2024-09-15 | Overhaul of how libraries are installed | Bruce Hill | |
| 2024-09-12 | For single-member structs/enums, don't print the member name | Bruce Hill | |
| 2024-09-05 | Update 'use' test to include a '../examples/vectors.tm' import as well | Bruce Hill | |
| as an unnamed import | |||
| 2024-08-22 | Overhaul of import syntax. Now everything uses `use`: `use foo`, `use | Bruce Hill | |
| ./foo.tm`, `use <foo.h>`, `use libfoo.so` | |||
| 2024-08-19 | Add test for importing initialized values | Bruce Hill | |
| 2024-06-17 | Fix 'use' test to use 'import' instead | Bruce Hill | |
