Updating README

This commit is contained in:
elvis
2025-01-17 00:53:18 +01:00
parent 404a720aae
commit 95cc26bb2f

View File

@ -1,2 +1,21 @@
# LCI
[Report](report/document.pdf) is located in the [report/](report/) folder
## To install prerequisites
```
opam install dune menhir clap
```
## To run the tests
```
dune runtest
```
## To run an executable
```
dune exec miniImpInterpreterReg {-}{-} -i bin/sum.miniimp -r 4 -v 100 -e
```