summaryrefslogtreecommitdiff
path: root/parser/decl.go
AgeCommit message (Expand)Author
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