summaryrefslogtreecommitdiff
path: root/vm/vm_test.go
AgeCommit message (Expand)Author
2024-03-14feat: initial support of closuresMarc Vertes
2024-03-08feat: add type representation in vm packageMarc Vertes
2023-11-24parser: fix allocation of local variablesMarc Vertes
2023-11-24vm: use only reflect.Values (WIP)Marc Vertes
2023-10-12move to a direct byte code compiler (#8)Marc Vertes