[general] renaming (pp -> lustre_pp ; c_* -> intermediate_*)

This commit is contained in:
dsac
2022-12-17 21:26:32 +01:00
parent 916c7f544b
commit 3cbfaeb2a8
10 changed files with 57 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
open C_utils
open Cast
open Intermediate_utils
open Intermediate_ast
open Ast
(** This file contains extrimely simple functions printing C code. *)