summaryrefslogtreecommitdiff
path: root/parser/decl.go
AgeCommit message (Expand)Author
4 dayschore: refactor token types to avoid mutate scanner tokensMarc Vertes
13 daysfix: improve literal composite on nested typesMarc Vertes
2026-01-07fix: improve handling of composite literal struct expressionsMarc Vertes
2026-01-06fix: correct and simplify parsing of expressions.Marc Vertes
2025-12-04chore: move symbol types and functions in its own package.Marc Vertes
2025-11-27chore: move compiler and interpreter in their own packagesMarc Vertes
2025-03-03fix: improve structparscan-structMarc Vertes
2024-04-23feat: initial and partial support of composite expressions (#9)Marc Vertes
2024-04-02chore: add linters and some lint fixes (#8)Marc Vertes
2024-03-22feat: add initial support for import, provide minimal fmt (#6)Marc Vertes
2024-03-08feat: add type representation in vm packageMarc Vertes
2024-01-15chore: import from gnolangMarc Vertes
2023-11-24parser: fix allocation of local variablesMarc Vertes
2023-11-15parser: parse struct type declarationsMarc Vertes
2023-11-15parser: hande const declarationsMarc Vertes
2023-11-13parser: initial support for type declarations.Marc Vertes
2023-11-10parser: implement support for var declarationsMarc Vertes