add example

This commit is contained in:
Elizabeth Hunt 2024-02-13 19:59:06 -07:00
parent 36834bb8f6
commit 7d5778ac2c
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -1 +1,9 @@
usage: `bun repl.ts`
example:
```
➜ rlwrap bun repl.ts
>>> ((λ n.(λ f.(λ x.(f ((n f) x))))) (λ g.(λ g . (\ y.y))))
(λ g . (λ g . (λ y . y)))
>>>
```