| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-16 | fix lint | Marc Vertes | |
| 2024-04-02 | chore: add linters and some lint fixes (#8) | Marc Vertes | |
| * chore: add linters and some lint fixes Configure some golangci-lint linters to get the code quality right. Apply the first fixes. Next step will be to add github actions to run lint and tests in github CI. * chore: more lint, fixed comments and variable names. no semantic change. * chore: add Makefile This makefile is intended to be used as a local substitute to github actions. | |||
| 2024-03-14 | feat: improve debug output of tokens | Marc Vertes | |
| 2024-01-15 | chore: import from gnolang | Marc Vertes | |
| 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. | |||
