summaryrefslogtreecommitdiff
path: root/vm/op_string.go
AgeCommit message (Expand)Author
3 daysfeat: add Next2 and Pull2 instructions in vm.Marc Vertes
5 daysfeat: add support for range clause and iteratorsMarc Vertes
10 daysfeat: handle slice expressionsMarc Vertes
12 daysfix: improve handling of indirectionsMarc 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-06fix: correct and simplify parsing of expressions.Marc Vertes
2025-12-02feat: support of struct literal compositeMarc Vertes
2025-11-26Chore: improve tracing of code emitsMarc Vertes
2025-11-14fix: refactor VM instruction typeMarc Vertes