Skip to content

revnull/BLAMda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BLAMda

An Unlambda to C compiler written in Haskell.

Compiling

To build the blamda executable, run the following commands:

cd BLAMda/src
ghc --make -O3 blamda.hs

Using

To compile an unlambda file named 'foo.unl' into a c file named 'foo.c', run the following:

blamda foo.unl foo.c
gcc -O3 foo.c

About

An Unlambda to C compiler written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published