summaryrefslogtreecommitdiff
path: root/vm/op_string.go
AgeCommit message (Collapse)Author
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.
2025-11-26Chore: improve tracing of code emitsMarc Vertes
2025-11-14fix: refactor VM instruction typeMarc Vertes
Use custom types for VM instructions. More idiomatic code for tracing.