Skip to content
Snippets Groups Projects
Commit e1f49bdb authored by THIRIOUX Xavier's avatar THIRIOUX Xavier
Browse files

work in progress for ACSL support

parent af49e9a4
No related branches found
No related tags found
No related merge requests found
......@@ -272,6 +272,15 @@ let stage3 prog machine_code dependencies basename extension =
(* alloc_header_file source_lib_file source_main_file makefile_file *)
basename prog machine_code dependencies
end
(*
| "acsl", ".lus" ->
begin
Log.report ~level:1 (fun fmt -> fprintf fmt ".. ACSL annotations generation@,");
ACSL_backend.translate_to_acsl
(* alloc_header_file source_lib_file source_main_file makefile_file *)
basename prog machine_code dependencies
end
*)
| "C", _ ->
begin
Log.report ~level:1 (fun fmt -> fprintf fmt ".. no C code generation for lusi@,");
......
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