summaryrefslogtreecommitdiff
path: root/vm/vm_test.go
AgeCommit message (Expand)Author
13 dayschore: shorter name for packages, simpilfy vm valuesMarc Vertes
2025-11-14fix: refactor VM instruction typeMarc Vertes
2024-07-18fix (parser): don't panic if assign of define untyped value (#10)Marc Vertes
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