Module LustreToRust
Compilation from LustreNode.t to Rust.
val implem_to_rust : string -> (Scope.t -> LustreNode.t) -> LustreNode.t -> unitCompiles a lustre node to Rust as a project in the directory given as first argument.
val oracle_to_rust : string -> (Scope.t -> LustreNode.t) -> LustreNode.t -> string * (Lib.position * int) list * (string * Lib.position * int) listCompiles a lustre node as an oracle.