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

author
Alex MacLean
Apr 10, 2021
004355e · Apr 10, 2021

History

16 Commits
Apr 10, 2021
Apr 10, 2021
Apr 10, 2021
Apr 10, 2021
Apr 10, 2021
Apr 10, 2021
Apr 9, 2021
Apr 10, 2021

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