adding automaton translation pass to list of executed passes

This commit is contained in:
Antoine Grimod
2022-12-16 00:02:48 +01:00
parent b4ae058bf6
commit 1b3af051b3
3 changed files with 6 additions and 2 deletions

View File

@@ -426,3 +426,7 @@ let automata_trans_pass debug (node:t_node) : t_node option=
n_automata = node.n_automata;
}
let automata_translation_pass verbose debug main_fn =
node_pass (automata_trans_pass debug)