diff options
| author | Alasdair Armstrong | 2018-01-24 17:44:22 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-01-24 19:53:05 +0000 |
| commit | 10e2be330c14aaddbd8ada6b6ce8a8a63c7d605e (patch) | |
| tree | ac904feb95f86f0758b74804e632b4785b601acc /src/process_file.mli | |
| parent | cd81acaf58db3edc4187e4cccc35f6aa76d6933d (diff) | |
Have some simple sail programs compiling to C
Diffstat (limited to 'src/process_file.mli')
| -rw-r--r-- | src/process_file.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_file.mli b/src/process_file.mli index d8a88624..82fe1cf7 100644 --- a/src/process_file.mli +++ b/src/process_file.mli @@ -56,6 +56,7 @@ val rewrite_ast: Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_undefined: Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_lem : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_ocaml : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs +val rewrite_ast_c : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_interpreter : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_check : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs |
