| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-01 | Overhaul code to stop keeping examples and libraries in the same repo, | Bruce Hill | |
| but instead spin each out into its own repo. | |||
| 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-05 | Fix some of the constructor logic | Bruce Hill | |
| 2025-03-30 | Further support for .dylib files on mac by changing syntax for library | Bruce Hill | |
| imports to `use -lfoo` instead of `use foo.so` | |||
| 2025-03-11 | Fixes for integer truncation | Bruce Hill | |
| 2025-03-11 | Support external structs with namespaced methods (also C-strings are now | Bruce Hill | |
| `const char*` instead of `char*`) | |||
