Skip to content

aaatipamula/CLam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLam

CLam or "C-Lambda" is a simple interpreter for basic lambda calculus written in C.

Why write this? Mostly just because, but also its a great opportunity for me to learn how bison, flex, and programming languages in general work!

Running

You will need bison, flex, make, and gcc installed.

# To build
make

# To run
./bin/clam

About

A lambda calculus interpreter written in C!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published