https://github.com/rootmos/silly-church
A small example of a nanopass style compiler
https://github.com/rootmos/silly-church
church-encoding lambda-calculus nanopass scheme
Last synced: 4 months ago
JSON representation
A small example of a nanopass style compiler
- Host: GitHub
- URL: https://github.com/rootmos/silly-church
- Owner: rootmos
- Created: 2017-05-28T12:38:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T20:04:54.000Z (over 1 year ago)
- Last Synced: 2025-07-25T22:49:56.760Z (11 months ago)
- Topics: church-encoding, lambda-calculus, nanopass, scheme
- Language: Scheme
- Homepage: https://rootmos.github.io/main/2017/05/30/a-small-nanopass-example.html
- Size: 3.91 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# silly-church
A small example of transforming a silly arithmetic language into
[Church encoded](https://en.wikipedia.org/wiki/Church_encoding) lambda calculus using the
[nanopass framework](https://github.com/nanopass/nanopass-framework-scheme).
The code is described in [this accompanying post](https://rootmos.io/2017-05-30-a-small-nanopass-example.html).