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

https://github.com/tom-weatherhead/facility

A Lambda Calculus interpreter implemented in C.
https://github.com/tom-weatherhead/facility

beta-reduction c church-numerals de-bruijn-notation graph-reduction interpreter lambda-calculus y-combinator

Last synced: 4 months ago
JSON representation

A Lambda Calculus interpreter implemented in C.

Awesome Lists containing this project

README

        

# facility

Simplicity and ability.

A Lambda Calculus interpreter implemented in C.

[![watchers][watchers-badge-image]][watchers-url]
[![stars][stars-badge-image]][stars-url]
[![issues][issues-badge-image]][issues-url]
[![forks][forks-badge-image]][forks-url]
[![contributors][contributors-badge-image]][contributors-url]
[![branches][branches-badge-image]][branches-url]
[![releases][releases-badge-image]][releases-url]
[![commits][commits-badge-image]][commits-url]
[![last commit][last-commit-badge-image]][last-commit-url]
[![license][license-badge-image]][license-url]

## To compile and run facility

First, ensure that gcc and make are installed.

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

```sh
$ cd src
$ make
$ ./facility
```

## License
[MIT](https://choosealicense.com/licenses/mit/)

[watchers-badge-image]: https://badgen.net/github/watchers/tom-weatherhead/facility
[watchers-url]: https://github.com/tom-weatherhead/facility/watchers
[stars-badge-image]: https://badgen.net/github/stars/tom-weatherhead/facility
[stars-url]: https://github.com/tom-weatherhead/facility/stargazers
[issues-badge-image]: https://badgen.net/github/issues/tom-weatherhead/facility
[issues-url]: https://github.com/tom-weatherhead/facility/issues
[forks-badge-image]: https://badgen.net/github/forks/tom-weatherhead/facility
[forks-url]: https://github.com/tom-weatherhead/facility/network/members
[contributors-badge-image]: https://badgen.net/github/contributors/tom-weatherhead/facility
[contributors-url]: https://github.com/tom-weatherhead/facility/graphs/contributors
[branches-badge-image]: https://badgen.net/github/branches/tom-weatherhead/facility
[branches-url]: https://github.com/tom-weatherhead/facility/branches
[releases-badge-image]: https://badgen.net/github/releases/tom-weatherhead/facility
[releases-url]: https://github.com/tom-weatherhead/facility/releases
[commits-badge-image]: https://badgen.net/github/commits/tom-weatherhead/facility
[commits-url]: https://github.com/tom-weatherhead/facility/commits/master
[last-commit-badge-image]: https://badgen.net/github/last-commit/tom-weatherhead/facility
[last-commit-url]: https://github.com/tom-weatherhead/facility
[license-badge-image]: https://img.shields.io/github/license/mashape/apistatus.svg
[license-url]: https://github.com/tom-weatherhead/thaw-grammar/blob/master/LICENSE