lambda_calculus 0.1.2

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

name = "lambda_calculus"

version = "0.1.2"

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

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

documentation = "https://ljedrz.github.io/lambda_calculus/doc/lambda_calculus/index.html"

readme = "README.md"

license = "CC0-1.0"

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

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



[dependencies]