Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

λC Transpiler

Alex MacLean, Bailey Wickham

Summary

Translates any valid λ-calculus expression into an equivalent c or python program.

Install

>> make

Usage

# ./transpiler c|python infile

>> ./transpiler python examples/fact.lc