aboutsummaryrefslogtreecommitdiffstats
path: root/backend/JsonAST.mli
blob: c32439e495760a62d0eb31e7a04612a8f098dba1 (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 : out_channel -> (out_channel  -> Asm.code -> unit) -> (Asm.coq_function AST.fundef, 'a) AST.program  -> string -> unit