Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 420 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 420 Bytes

BLC2BLC

Easily convert binary lambda calculus encodings to other binary lambda calculus encodings!

Encodings

See experiments.md for detailed explanations and some comparisons.

Please create a PR if you know of other (better?) encodings!

Usage

$ make install # or make run

Then use blc2blc <from> <to>. For example:

$ echo 001110 | blc2blc blc blc2
0011100