about summary refs log tree commit diff
path: root/pkg/lang/vm/text
AgeCommit message (Expand)Author
2022-08-22Add flag to generate PCs markers when decompilingMel
2022-08-16Implement setting values at index in an arrayMel
2022-07-27Implement VM modules and globalsMel
2022-07-19Implement stack hygieneMel
2022-07-12Add new binary ops to decompilerMel
2022-07-11Reimplement argument countsMel
2022-07-11Rebuild compiler and code builder with markersMel
2022-07-06Implement most of the binary operationsMel
2022-07-06Allow text compiler to use number labels as PCsMel
2022-07-06Implement ForIn statement compilationMel
2022-06-12Add simple Lang BC DecompilerMel
2022-06-07Marginally better bytecode builder line APIMel
2022-06-07Add builder for VM bytecodeMel
2022-06-02OpMod and OpSetLocal for prime testMel
2022-06-01Implement proper object typesMel
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-27Add debug info to compiled VM codeMel
2022-05-20Continuous VM stack implementationMel
2022-05-20More VM operations needed for FibMel
2022-05-18Create compiler for Lang bytecode assemblyMel