lambda_calculus 0.4.0

A simple implementation of the untyped lambda calculus in Rust.
Documentation
[package]

name = "lambda_calculus"

version = "0.4.0"

description = "A simple implementation of the untyped lambda calculus in Rust."

repository = "https://github.com/ljedrz/lambda_calculus"

documentation = "https://docs.rs/lambda_calculus"

readme = "README.md"

license = "CC0-1.0"

keywords = ["lambda", "calculus", "church", "functional"]

authors = ["ljedrz <ljedrz@gmail.com>"]

exclude = [".cargo/*"]



[dependencies]