tom-weatherhead / facility

A Lambda Calculus interpreter implemented in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facility

Simplicity and ability.

A Lambda Calculus interpreter implemented in C.

watchers stars issues forks contributors branches releases commits last commit license

To compile and run facility

First, ensure that gcc and make are installed.

After cloning this repository, cd into its directory and do this:

$ cd src
$ make
$ ./facility

License

MIT

About

A Lambda Calculus interpreter implemented in C.

License:MIT License


Languages

Language:C 98.4%Language:Makefile 1.6%