summaryrefslogtreecommitdiff
path: root/parser/symbol.go
AgeCommit message (Expand)Author
2024-03-22feat: add initial support for import, provide minimal fmt (#6)Marc Vertes
2024-03-08feat: add type representation in vm packageMarc Vertes
2023-11-24parser: fix allocation of local variablesMarc Vertes
2023-11-17parser: support selector expression to get / set struct fieldsMarc Vertes
2023-11-15parser: hande const declarationsMarc Vertes
2023-11-10parser: implement support for var declarationsMarc Vertes
2023-11-03feat: add support for control flow operators in expressionsMarc Vertes
2023-10-13parser: include absolute paths in symbolsMarc Vertes
2023-10-12move to a direct byte code compiler (#8)Marc Vertes