An open API service indexing awesome lists of open source software.

https://github.com/theodedeken/lambda-rs

Lambda interpreter written in Rust
https://github.com/theodedeken/lambda-rs

lambda-calculus rust

Last synced: 10 months ago
JSON representation

Lambda interpreter written in Rust

Awesome Lists containing this project

README

          

# lambda-rs

A type checker and interpreter for simply typed lambda calculus extended with records, variants and recursion written in Rust.

# Building

This interpreter is written in Rust on the stable toolchain, visit https://www.rust-lang.org/en-US/install.html for instructions on how to install Rust. Afterwards the project can be built using `cargo build` and can be run with `cargo run `, `` being a path to a file with lambda code. See the `examples/` directory for some example programs showcasing the features of this language.

# License

MIT