lambda_calculus 0.10.1

A simple implementation of the untyped lambda calculus in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "lambda_calculus"

version = "0.10.1"

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", "mathematics"]

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

exclude = [".cargo/*"]



[dependencies]