| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-27 | chore: move compiler and interpreter in their own packages | Marc Vertes | |
| 2024-03-22 | feat: add initial support for import, provide minimal fmt (#6) | Marc Vertes | |
| The `import` statement is now parsed. It only provides minimal support for the `fmt` package (only `Println` symbol is defined). This should be sufficient to pass a few tests. Full support of package namespaces, source and binary imports will be supported later, based on this work. | |||
