aboutsummaryrefslogtreecommitdiffstats
path: root/backend/JsonAST.mli
blob: c6fd80c985e843ebf4c6f393bdb3b2e7e16d209c (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_program : Format.formatter -> (Format.formatter  -> Asm.code -> unit) -> (Asm.coq_function AST.fundef, 'a) AST.program -> unit
val pp_mnemonics : Format.formatter -> string list -> unit