about summary refs log tree commit diff
path: root/pkg/lang/vm/core.go
AgeCommit message (Expand)Author
2022-08-11Actual modules and coreMel
2022-07-06Add Array push core methodMel
2022-06-26Change arguments order in VM to match expectationMel
2022-06-01Implement proper object typesMel
2022-05-30Specify arg count on VM FunctionsMel
2022-05-29Types, Methods and basic Core LibMel