Module blc::execution [] [src]

Binary lambda calculus execution

Enums

Error

An error that can occur during BLC execution.

Input

The type of input for BLC execution.

Functions

run

Executes a binary lambda calculus program, optionally feeding it the given argument. More programs can be found in the tests directory.