Home

Awesome

Universal Lambda interpreter

This is an interprefer of the Universal Lambda programming language, written in C.

The implementation is based on my Lazy K interpreter. Internally it compiles the program into an SKI combinator expression, and evaluates it in a similar way to the Lazy K interpreter.

Usage

$ clamb [options] input-file...

Like the original lamb interpreter, clamb does not distinguish between source files and input. It parses a program from the concatenation of all input-files and stdin at the end, and the remaining bytes are treated as input.

Options:

License

This software is released under the MIT License.