mell-o-tron / Lambda-Compiler

A compiler of the Lambda-Calculus to 16-bit x86 assembly code
1 stars 0 forks source link
compiler lambda-calculus

Lambda-Compiler

What... is your name?

The Knights Who Say $\lambda$.

What... is your quest?

To build a $\lambda$-calculus compiler that generates 16-bit x86 assembly code.

What... is the groundspeed velocity of an Uta Stansburiana lizard?

What do you mean, the blue, yellow, or orange morph?

Docs

You can find the docs here

Compiling and executing

Use the script run.sh passing as parameter a text file containing the program. The assembly and binary will be found in the Asm part directory.