Lazy K interpreter in Grass language
You need grasspiler
$ grasspile lazyk.ml -o lazy-k.grass
$ grass lazyk.grass < sample-fizzbuzz.grass
- support Unlambda-style syntax only
- don't accept extra characters in the source code, even spaces or line breaks