BytePusher

Description

An implementation of BytePusher virtual machine (https://esolangs.org/wiki/BytePusher) on top of Pharo.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Forks
1
Created
Sept. 6, 2019
Updated
Aug. 28, 2020

README excerpt

# 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
```
← Back to results