summaryrefslogtreecommitdiff
path: root/interp
AgeCommit message (Collapse)Author
8 dayschore: move symbol types and functions in its own package.HEADmainMarc Vertes
9 daysfeat: support literal struct expressions with keyed elementsMarc Vertes
10 daysfeat: 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.
13 dayschore: shorter name for packages, simpilfy vm valuesMarc Vertes