An implementation of BytePusher virtual machine (https://esolangs.org/wiki/BytePusher) on top of Pharo.
# BytePusher An implementation of BytePusher virtual machine (https://esolangs.org/wiki/BytePusher) on top of Pharo. ## Install ```Smalltalk Metacello new repository: 'github://juliendelplanque/BytePusher/src'; baseline: 'BytePusher'; load ```