lambda-interpreter topic

List lambda-interpreter repositories

lambda_calculus

98
Stars
10
Forks
Watchers

A simple, zero-dependency implementation of the untyped lambda calculus in Safe Rust

lambdaparser

301
Stars
53
Forks
Watchers

Runtime parser for string expressions (formulas, method calls). Builds dynamic LINQ expression tree and compiles it to lambda delegate.