Translation of automaton to lustre almost finished
This commit is contained in:
@@ -31,3 +31,8 @@ let expression_pass f: t_nodelist -> t_nodelist option =
|
||||
equation_pass aux
|
||||
|
||||
exception PassExn of string
|
||||
|
||||
let counter = ref 0
|
||||
let create_automaton_name : unit -> string = fun () ->
|
||||
counter := !counter + 1;
|
||||
Format.asprintf "_s%d" (!counter)
|
||||
|
Reference in New Issue
Block a user