Module Cobol_preproc.Options

module EXEC_LANG : sig ... end
module EXEC_MAP : sig ... end
type preproc_options = {
  1. verbose : bool;
  2. config : Cobol_config.t;
  3. copybook_lookup_config : Cobol_common.Copybook.lookup_config;
  4. source_format : Cobol_config.source_format_spec;
  5. exec_preprocs : exec_preprocessor EXEC_MAP.t;
  6. env : Cobol_preproc__.Preproc_env.TYPES.definition Stdlib__Map.Make(Cobol_preproc__.Preproc_env.VAR).t;
}
and exec_preprocessor =
  1. | Text_preprocessor of Text.t -> Text.t
val default : preproc_options