blob: 8c6ac5f07528f4d1067728785e2724f6163e69d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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.
|