about summary refs log tree commit diff
path: root/pkg/lang/vm/stack.go
AgeCommit message (Collapse)Author
2022-05-27Function envs and value escapingMel
2022-05-20Call and return from functionsMel
2022-05-20Continuous VM stack implementationMel
2022-05-18Handle errors gracefully in VMMel
2022-05-18Start call stack with at least one frameMel
2022-05-17Lang VM PrototypeMel