lambda_calculus 0.1.0

an implementation of the untyped lambda calculus in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "lambda_calculus"

version = "0.1.0"

description = "an implementation of the untyped lambda calculus in Rust"

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

readme = "README.md"

license = "CC0-1.0"

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

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



[dependencies]