Little Smalltalk Implementation by Pharo Smalltalk.
It can
- read imageSource of Lst4
- generate image with compiling source
- write image file compatible with Lst4
- execute bytecodes of Lst4
Source texts are imported to Pharo, so you can edit it and generate the image which is executable on PC using Lst4.
see LImageBuilder class examples.
LImageBuilder example6.
It derives from https://github.com/crcx/littlesmalltalk.