Skip to content

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

Notifications You must be signed in to change notification settings

cal-poly-csc530-2214/lambda-calculus-translation-805-kitchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

λ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

About

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

Resources

Stars

Watchers

Forks