diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1 +1,20 @@ | |||
1 | # upem-progfunc-projet \ No newline at end of file | 1 | # UPEM / L3 Info / Functional programming / Project: URM |
2 | |||
3 | Unlimited Register Machine in OCaml. | ||
4 | |||
5 | ## Usage | ||
6 | |||
7 | * Requirements: ocaml, GNU Make, OCaml Makefile | ||
8 | * Build: `make nc` produces a binary named `urm` | ||
9 | * Clean: `make clean` | ||
10 | |||
11 | |||
12 | ## Authors | ||
13 | |||
14 | * Pacien TRAN-GIRARD | ||
15 | * Adam NAILI | ||
16 | |||
17 | |||
18 | ## License | ||
19 | |||
20 | Project distributed under the terms of the Creative Commons BY-NC-SA 3.0 license. | ||