Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.
/ LambdaCalc Public archive

Implementation of untyped and simply typed lambda calculus with support for parsing, printing and evaluation.

License

Notifications You must be signed in to change notification settings

wenkokke/LambdaCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LambdaCalc

Build Status

An implementation of untyped and simply typed lambda calculus with support for parsing, printing and evaluation. The parser and is geared towards an untyped or ET-typed calculus as often used in linguistics, but the system itself is more general and will allow you to use any type (though you'll have to adapt the parser). It's also a bit slow.

(c) 2013 Wen Kokke


Disclaimer: this is an embarrassing implementation of the Lambda Calculus in Java, but I'm gonna leave it up anyway 😂

About

Implementation of untyped and simply typed lambda calculus with support for parsing, printing and evaluation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages