| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-18 | fix (parser): don't panic if assign of define untyped value (#10) | Marc Vertes | |
| * fix (parser): don't panic if assign of define untyped value In case of defining or assigning to untyped value, the type has to be taken from the source value instead of the target value. The vm test coverage has also been slightly improved. * fix and simplify Token.Name() * improve parser errors | |||
| 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. | |||
