Nouvel algorithme de décodage avec enregistrement dans un dictionnaire des syndromes

Fin de la rédaction du dossier (manque encore des finitions)
This commit is contained in:
2021-06-02 15:12:22 +02:00
parent 2c825f16a8
commit 36875fc40a
9 changed files with 302 additions and 140 deletions
+4 -6
View File
@@ -7,14 +7,12 @@ ascii: $(shell find textes/ -type f -iname "*.txt" ! -iname "*.ascii.txt" | sed
%.cmx: %.ml
ocamlopt -c $<
Code.cmo: Code.ml Math.cmo
Code.cmo: Code.ml Code.mli Math.cmo
ocamlc -c "Code.mli"
ocamlc -c "Code.ml"
%.cmi: %.mli
ocamlc -c $<
%.cmo: %.ml
if [ -f $*".mli" ]; then ocamlc -c $*".mli" ; fi
ocamlc -c $<
Math.cmo: Math.ml Math.mli
ocamlc -c Math.mli
ocamlc -c Math.ml
tipe: tipe.cmx
ocamlopt -o tipe str.cmxa tipe.cmx