about summary refs log tree commit diff
path: root/pkg/lang/vm/exec.go
AgeCommit message (Expand)Author
2022-05-20More VM operations needed for FibMel
2022-05-20Access methods for VM data and stop Array copyingMel
2022-05-18Handle errors gracefully in VMMel
2022-05-18Fix type assertions for add and sub execMel
2022-05-17Lang VM PrototypeMel