summaryrefslogtreecommitdiff
path: root/parser/type.go
AgeCommit message (Expand)Author
2023-11-24parser: fix allocation of local variablesMarc Vertes
2023-11-20parser: add pointer support (work in progress)Marc Vertes
2023-11-20parser: add support for slices and arrays, parse index expressionsMarc Vertes
2023-11-17parser: support selector expression to get / set struct fieldsMarc Vertes
2023-11-15parser: parse struct type declarationsMarc Vertes
2023-11-13parser: initial support for type declarations.Marc Vertes
2023-11-10vm: add Grow instruction to increase stackMarc Vertes
2023-11-10parser: implement support for var declarationsMarc Vertes
2023-10-13parser: include absolute paths in symbolsMarc Vertes
2023-10-12move to a direct byte code compiler (#8)Marc Vertes