| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-13 | parser: initial support for type declarations. | Marc Vertes | |
| The parsing logic for type declarations is there. Note that no tokens are produced, only symbols. The different type kinds will be added next. | |||
| 2023-11-10 | parser: implement support for var declarations | Marc Vertes | |
| The full Go syntax is supported, blocks or line, mutiple comma separated variables, assignments. In local and global frame. | |||
