blob: 2971b4cd16bc57feb5ea398b3c783cdea500ae2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# UPEM / L3 Info / Functional programming / Project: URM
Unlimited Register Machine in OCaml.
## Requirements
* ocaml
* GNU Make
* [OCaml Makefile](https://mmottl.github.io/ocaml-makefile/)
* [kaputt](http://kaputt.x9c.fr/)
## Make targets
* Build: `make nc` produces a binary named `urm`
* Test: `make test`
* Clean: `make clean`
## Usage
TODO: describe usage of the `urm` program.
## Authors
* Pacien TRAN-GIRARD
* Adam NAILI
## License
Project distributed under the terms of the Creative Commons BY-NC-SA 3.0 license.
|