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

Latest commit

 

History

History

Assignment-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

λ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