2024-10-04 19:37:09 +02:00
|
|
|
# LCI
|
|
|
|
|
|
2025-01-17 00:53:18 +01:00
|
|
|
[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
|
|
|
|
|
```
|