youz / lazyk.grass

Lazy K interpreter in Grass language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lazyk.grass

Lazy K interpreter in Grass language

How to build

You need grasspiler

$ grasspile lazyk.ml -o lazy-k.grass

Usage

$ grass lazyk.grass < sample-fizzbuzz.grass

Limitations

  • support Unlambda-style syntax only
  • don't accept extra characters in the source code, even spaces or line breaks

About

Lazy K interpreter in Grass language

License:MIT License


Languages

Language:OCaml 100.0%