about summary refs log tree commit diff
path: root/pkg/lang/vm/errors.go
AgeCommit message (Expand)Author
2022-08-11Actual modules and coreMel
2022-07-27Implement VM modules and globalsMel
2022-07-02Rename ErrEnvNotSet to ErrNullPtrDereferenceMel
2022-06-01Implement proper object typesMel
2022-05-31Call args fix in tests and better error messageMel
2022-05-30Specify arg count on VM FunctionsMel
2022-05-29Types, Methods and basic Core LibMel
2022-05-28Extract stack package and hide behind interfaceMel
2022-05-28Harden VM MemMel
2022-05-27Function envs and value escapingMel
2022-05-27Add debug info to compiled VM codeMel
2022-05-20Continuous VM stack implementationMel
2022-05-20More VM operations needed for FibMel
2022-05-19Return pc after VM errorMel
2022-05-18Handle errors gracefully in VMMel