about summary refs log tree commit diff
path: root/pkg/lang/vm
AgeCommit message (Expand)Author
2022-05-20Call and return from functionsMel
2022-05-20Make empty value of Type equal NullMel
2022-05-20Continuous VM stack implementationMel
2022-05-20Add Fib test for VMMel
2022-05-20More VM operations needed for FibMel
2022-05-20Access methods for VM data and stop Array copyingMel
2022-05-19Return pc after VM errorMel
2022-05-18Handle errors gracefully in VMMel
2022-05-18Respect halt OPMel
2022-05-18VM commandMel
2022-05-18Fix type assertions for add and sub execMel
2022-05-18Start call stack with at least one frameMel
2022-05-18Create compiler for Lang bytecode assemblyMel
2022-05-17Lang VM PrototypeMel