summaryrefslogtreecommitdiff
path: root/interp
AgeCommit message (Collapse)Author
2025-12-03feat: support literal struct expressions with keyed elementsMarc Vertes
2025-12-02feat: support of struct literal compositeMarc Vertes
Added missing vm instructions to allocate a typed value on the stack and to set a structure field. It's possible now to generate struct literal composites for non keyed struct fields.
2025-11-29chore: shorter name for packages, simpilfy vm valuesMarc Vertes