mirror of
https://github.com/Reijix/lambda.git
synced 2024-05-31 04:58:34 +02:00
Update README.md
This commit is contained in:
parent
f418e8617e
commit
02d2cd82ac
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# lambda
|
||||
This is a small lambda calculus interpreter.
|
||||
This is a small lambda calculus interpreter, it contains no built-in functions, datatypes etc. so you have to define __everything__ yourself!
|
||||
The only small QoL feature is that natural numbers (1, 2, ...) get parsed to their respective church encoding (`\f.\a.f a`, `\f.\a.f (f a))`, ...) and the interpreter tries to parse results as some standard church encodings.
|
||||
|
||||
## Usage
|
||||
For best results you should run it using Nix, but using plain cabal should work in most cases as well!
|
||||
|
|
Loading…
Reference in a new issue