We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153b426 commit 0d484d6Copy full SHA for 0d484d6
README.md
@@ -25,6 +25,10 @@ Then you're good to go.
25
agda2lambox [AGDAFLAGS] [--out-dir DIR] [--typed] FILE
26
```
27
28
+Then, use the [following tool][lbox] to further compile the generate `.ast` files to WASM, Rust and Elm.
29
+
30
+[lbox]: https://github.com/AU-COBRA/lambda-box-extraction
31
32
## Setup
33
34
The backend generates `.v` and `.txt` files that contain the extracted λ□ environment.
0 commit comments