You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `lambda_repl` package contains a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop) for the [lambda calculus](https://en.wikipedia.org/wiki/Lambda_calculus).
6
+
The `lambda_repl` package contains a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop)
7
+
for the [lambda calculus](https://en.wikipedia.org/wiki/Lambda_calculus).
7
8
8
9
To use it, execute `lambda-repl` or `python3 -m lambda_repl` and enter commands.
9
10
10
11
## Requirements
11
12
12
-
Python >= 3.10 and the `lambda_calculus` package are required to use this package.
13
+
Python >= 3.10 and the packages [`lambda_calculus`](https://github.com/Deric-W/lambda_calculus)
14
+
and [`lark`](https://github.com/lark-parser/lark) are required to use this package.
13
15
14
16
## Installation
15
17
@@ -24,12 +26,14 @@ python3 -m lambda_repl
24
26
Welcome to the the Lambda REPL, type 'help' for help
0 commit comments