Little Smalltalk Implementation by Pharo Smalltalk
# LSmalltalk 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. # Examples see LImageBuilder class examples. ```smalltalk LImageBuilder example6. ``` # Original It derives from https://github.com/crcx/littlesmalltalk.