| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-23 | feat: initial and partial support of composite expressions (#9) | Marc Vertes | |
| A new `Composite` token is created. Literal composite expressions are recognized and partially handled by the parser but not yet by the code generator. Other cosmetic changes are present. | |||
| 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. | |||
