aboutsummaryrefslogtreecommitdiffstats
path: root/backend/JsonAST.mli
blob: 7afdce51fb6d08d65d27a6294c8f172f4e07f046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(* *********************************************************************)
(*                                                                     *)
(*              The Compcert verified compiler                         *)
(*                                                                     *)
(*          Bernhard Schommer, AbsInt Angewandte Informatik GmbH       *)
(*                                                                     *)
(*  AbsInt Angewandte Informatik GmbH. All rights reserved. This file  *)
(*  is distributed under the terms of the INRIA Non-Commercial         *)
(*  License Agreement.                                                 *)
(*                                                                     *)
(* *********************************************************************)



val pp_mnemonics : Format.formatter -> string list -> unit
val pp_ast : Format.formatter -> (Format.formatter  -> Asm.code -> unit) -> (Asm.coq_function AST.fundef, 'a) AST.program  -> string -> unit