X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/fc2ec49c325b99370170789886b4be4f43e16d68..b8e89a384896a4f8ce3e1990a10c88e7164af55c:/documentation/code_VALInterpreter.interpreter.html diff --git a/documentation/code_VALInterpreter.interpreter.html b/documentation/code_VALInterpreter.interpreter.html deleted file mode 100644 index d729ce1..0000000 --- a/documentation/code_VALInterpreter.interpreter.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - -Interpreter.interpreter - - -let interpreter exp_faust input = 
-        let () = print_endline("Interpretation..."in
-
-        (* make input beam *)
-        let input_beam = make_beam input in
-
-        (* estimate process dimension *)
-        let dimension_tree = dim exp_faust in
-
-        (* interprete output beam *)
-        let output_beam = eval exp_faust dimension_tree input_beam in
-
-        (* get rate list from output beam *)
-        let rate_list = extract_rate output_beam in
-
-        (* get channel list and data list from output beam *)
-        let (channel_list, float_array_list) = compute (List.map snd output_beam) in
-                (channel_list, rate_list, float_array_list)
\ No newline at end of file