about summary refs log tree commit diff
path: root/pkg/lang/vm/exec.go
AgeCommit message (Expand)Author
2022-08-29Stop ignoring val.Drop and val.Clone memory errorsMel
2022-08-16Implement setting values at index in an arrayMel
2022-08-16Ensure correct argument stack order in all casesMel
2022-08-11Actual modules and coreMel
2022-08-10Use TypeKind instead of Ptr to deduce Value typesMel
2022-07-28Compile type declarations correctlyMel
2022-07-27Implement VM modules and globalsMel
2022-07-26Remove accidental print in execMel
2022-07-19Implement stack hygieneMel
2022-07-11Reimplement argument countsMel
2022-07-06Implement most of the binary operationsMel
2022-07-06Implement ForIn statement compilationMel
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-06-01Always return from native functions implicitlyMel
2022-06-01Shift call base only after new call base pushedMel
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-29VM Native FunctionsMel
2022-05-28Extract stack package and hide behind interfaceMel
2022-05-28Harden VM MemMel
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-20More VM operations needed for FibMel
2022-05-20Access methods for VM data and stop Array copyingMel
2022-05-18Handle errors gracefully in VMMel
2022-05-18Fix type assertions for add and sub execMel
2022-05-17Lang VM PrototypeMel