[package]
name = "lambdascript"
version = "0.2.4"
authors = ["Chuck Liang"]
edition = "2021"
license = "MIT"
description = "Instructional program detailing the beta reduction of typed and untyped lambda terms"
repository = "https://github.com/chuckcscccl/lambdascript/"
keywords = ["lambda-calculus", "lambda", "beta-reduction", "education"]
categories = ["command-line-utilities", "parsing", "mathematics"]
[dependencies]
rustlr = { version = "0.6", default-features = false }
fixedstr = { version = "0.5", features = ["no-alloc"] }