aboutsummaryrefslogtreecommitdiffstats
path: root/backend/JsonAST.mli
diff options
context:
space:
mode:
Diffstat (limited to 'backend/JsonAST.mli')
-rw-r--r--backend/JsonAST.mli16
1 files changed, 16 insertions, 0 deletions
diff --git a/backend/JsonAST.mli b/backend/JsonAST.mli
new file mode 100644
index 00000000..c6fd80c9
--- /dev/null
+++ b/backend/JsonAST.mli
@@ -0,0 +1,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