Module Mopsa_c_parser.C_parserSource

Main entry point of the C parser

Sourceval debug : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval parse_file : string -> string -> ?target_options:Clang_AST.target_options -> string list -> bool -> bool -> bool -> bool -> Clang_to_C.context -> string list -> unit