summaryrefslogtreecommitdiff
path: root/interp/interpreter_test.go
AgeCommit message (Expand)Author
5 daysfeat: add support for range clause and iteratorsMarc Vertes
10 daysfeat: handle slice expressionsMarc Vertes
12 daysfix: improve handling of indirectionsMarc Vertes
13 daysfix: improve literal composite on nested typesMarc Vertes
2026-01-11fix: handle assign statements on map elementsMarc Vertes
2026-01-09feat: initial support for mapsMarc Vertes
2026-01-08fix: improve composite literal for slicesMarc Vertes
2026-01-07fix: improve handling of composite literal struct expressionsMarc Vertes
2026-01-06Merge branch 'main' of git.vertes.org:git/parscanMarc Vertes
2026-01-06fix: correct and simplify parsing of expressions.Marc Vertes
2025-12-19fix lang: attribute properties to tokens, not stringsMarc Vertes
2025-12-04chore: move symbol types and functions in its own package.Marc Vertes
2025-12-03feat: support literal struct expressions with keyed elementsMarc Vertes
2025-12-02feat: support of struct literal compositeMarc Vertes
2025-11-29chore: shorter name for packages, simpilfy vm valuesMarc Vertes