Skip to content

marvinborner/BLC2BLC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published