about summary refs log tree commit diff
path: root/pkg/lang/vm/text/decompiler.go
AgeCommit message (Expand)Author
2022-08-31Remove temporary array operationsMel
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-06Implement ForIn statement compilationMel
2022-06-12Add simple Lang BC DecompilerMel