diff options
| author | Jon French | 2019-02-13 12:27:48 +0000 |
|---|---|---|
| committer | Jon French | 2019-02-13 12:27:48 +0000 |
| commit | ea39b3c674570ce5eea34067c36d5196ca201f83 (patch) | |
| tree | 516e7491bc32797a4d0ac397ea47387f2b16cf1b /src/initial_check.mli | |
| parent | ab3f3671d4dd682b2aee922d5a05e9455afd5849 (diff) | |
| parent | 24fc989891ad266eae642815646294279e2485ca (diff) | |
Merge branch 'sail2' into rmem_interpreter
Diffstat (limited to 'src/initial_check.mli')
| -rw-r--r-- | src/initial_check.mli | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/initial_check.mli b/src/initial_check.mli index 25187e4c..a0bde482 100644 --- a/src/initial_check.mli +++ b/src/initial_check.mli @@ -82,8 +82,11 @@ val opt_enum_casts : bool ref all the loaded files. *) val have_undefined_builtins : bool ref -val ast_of_def_string : order -> string -> unit defs -val process_ast : order -> Parse_ast.defs -> unit defs +val ast_of_def_string : string -> unit defs + +(** If the generate flag is false, then we won't generate any + auxilliary definitions, like the initialize_registers function *) +val process_ast : ?generate:bool -> Parse_ast.defs -> unit defs val val_spec_ids : 'a defs -> IdSet.t @@ -92,3 +95,4 @@ val val_spec_of_string : id -> string -> unit def val exp_of_string : string -> unit exp val typ_of_string : string -> typ +val constraint_of_string : string -> n_constraint |
