blob: e97f229ad5004781e4b399bfb777132399331ad4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# CleanSmurf
Smurf interpreter in Clean
## Installation
$ make
## Usage
$ ./run -i hello.smf
There are more command line flags, see `./run -?`.
## Copyright & license
Copyright © 2016 Camil Staps. Licensed under MIT, see LICENSE.
|