Skip to content
Snippets Groups Projects
Commit 1d7714f4 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

le passage à ocaml 4.00.0 a modifié les .ref !

parent 17df76a9
No related branches found
Tags 1.0.1
No related merge requests found
...@@ -44,4 +44,7 @@ ci:src/version.ml ...@@ -44,4 +44,7 @@ ci:src/version.ml
make test && git commit -F log && rm -f src/version.ml make test && git commit -F log && rm -f src/version.ml
cia:src/version.ml cia:src/version.ml
make test && git commit -a -F log && rm -f src/version.ml make test && git commit -a -F log && rm -f src/version.ml
\ No newline at end of file
amend:
git commit -a -F log --amend && rm -f src/version.ml
...@@ -32,6 +32,7 @@ $(RELNAME): ...@@ -32,6 +32,7 @@ $(RELNAME):
doc: doc:
cp $(LUS2LICDIR)/lv6-ref-man/lv6-ref-man.pdf $(RELNAME)/doc cp $(LUS2LICDIR)/lv6-ref-man/lv6-ref-man.pdf $(RELNAME)/doc
cp ~/slides/lv6/*.pdf $(RELNAME)/doc cp ~/slides/lv6/*.pdf $(RELNAME)/doc
cp $(LUS2LICDIR)/utils/lustre.el $(RELNAME)/utils
lus2lic: lus2lic:
cd $(LUS2LICDIR)/src ; make nc cd $(LUS2LICDIR)/src ; make nc
......
(** Time-stamp: <modified the 25/02/2009 (at 16:38) by Erwan Jahier> *) (** Time-stamp: <modified the 30/03/2012 (at 17:06) by Erwan Jahier> *)
(* XXX shoud not type int, real, and bool be handled there ? *) (* XXX shoud not type int, real, and bool be handled there ? *)
...@@ -65,7 +65,7 @@ let iterable_op = [ ...@@ -65,7 +65,7 @@ let iterable_op = [
RUMINUS_n; RMINUS_n; RPLUS_n; RSLASH_n; RTIMES_n ; RUMINUS_n; RMINUS_n; RPLUS_n; RSLASH_n; RTIMES_n ;
UMINUS_n; MINUS_n; PLUS_n; SLASH_n; TIMES_n ; UMINUS_n; MINUS_n; PLUS_n; SLASH_n; TIMES_n ;
EQ_n; NEQ_n; LT_n; LTE_n; GT_n; GTE_n ; EQ_n; NEQ_n; LT_n; LTE_n; GT_n; GTE_n ;
IF_n IF_n;
] ]
(* iterators? *) (* iterators? *)
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment