aboutsummaryrefslogtreecommitdiff
path: root/eurml.mli
diff options
context:
space:
mode:
Diffstat (limited to 'eurml.mli')
-rw-r--r--eurml.mli14
1 files changed, 14 insertions, 0 deletions
diff --git a/eurml.mli b/eurml.mli
new file mode 100644
index 0000000..1b13dca
--- /dev/null
+++ b/eurml.mli
@@ -0,0 +1,14 @@
1(*
2 * UPEM / L3 / Functional programming / Project: URM
3 * Pacien TRAN-GIRARD, Adam NAILI
4 *)
5
6open Common
7
8val compile_preprocess : eurmcmd list -> eurmcmd list
9val compile_stage1 : eurmcmd list -> state -> eurmcmd list * state
10val compile_stage2 : eurmcmd list -> state -> eurmcmd list * state
11val compile_stage3 : eurmcmd list -> state -> eurmcmd list * state
12val compile_stage4 : eurmcmd list -> state -> urmcmd list * state
13val urm_from_eurm : eurmcmd list -> urmcmd list
14