summaryrefslogtreecommitdiff
path: root/parser/expr.go
AgeCommit message (Expand)Author
2024-01-15chore: import from gnolangMarc Vertes
2023-11-20parser: add pointer support (work in progress)Marc Vertes
2023-11-20parser: add support for unary operatorsMarc 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-04fix: skip parsing empty expressionMarc Vertes
2023-11-03feat: add support for control flow operators in expressionsMarc Vertes