summaryrefslogtreecommitdiff
path: root/parser/tokens.go
AgeCommit message (Expand)Author
2026-01-26fix: improve multi assignMarc Vertes
2026-01-25feat: handle define expression with multiple right valuesMarc Vertes
2026-01-24fix: improve parsing of assign statementsMarc Vertes
2026-01-23feat: make Next iterator instruction faster and more efficientMarc Vertes
2026-01-22chore: use token helpersMarc Vertes
2026-01-22chore: refactor token types to avoid mutate scanner tokensMarc Vertes
2025-11-16fix lintMarc Vertes
2024-04-02chore: add linters and some lint fixes (#8)Marc Vertes
2024-03-14feat: improve debug output of tokensMarc Vertes
2024-01-15chore: import from gnolangMarc Vertes
2023-11-10parser: implement support for var declarationsMarc Vertes