pmbittner / LambdaInterpreter

Interpreter For Lambda Calculus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small Interpreter For Lambda Calculus

So far it handles pure lambda calculus only.

lambda x. T can be written as \x. T.

You can define aliases to substitute as

name := term;

where name is the name of you alias and term is its body.

For examples, please head to LambdaInterpreter/res/samples.

About

Interpreter For Lambda Calculus


Languages

Language:C# 97.2%Language:ANTLR 2.8%