summaryrefslogtreecommitdiff
path: root/interp/interpreter_test.go
AgeCommit message (Expand)Author
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