Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 281 Bytes

File metadata and controls

19 lines (13 loc) · 281 Bytes

λ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