about summary refs log tree commit diff
path: root/pkg/lang/vm/vm_test.go
AgeCommit message (Expand)Author
2022-07-19Implement stack hygieneMel
2022-07-11Reimplement argument countsMel
2022-06-26Change arguments order in VM to match expectationMel
2022-06-02OpMod and OpSetLocal for prime testMel
2022-06-01Implement proper object typesMel
2022-05-31Call args fix in tests and better error messageMel
2022-05-31Add untyped Objects (for now)Mel
2022-05-30Specify arg count on VM FunctionsMel
2022-05-29Types, Methods and basic Core LibMel
2022-05-27Function envs and value escapingMel
2022-05-27VM ARCMel
2022-05-20Call and return from functionsMel
2022-05-20Continuous VM stack implementationMel
2022-05-20Add Fib test for VMMel