Module Mopsa_c_stubs_parser.MainSource

Main entry point of the stub parser

Sourceval debug : ('a, Format.formatter, unit, unit) format4 -> 'a
Sourceval starts_with : string -> string -> bool
Sourceval is_stub_comment : (Mopsa_c_parser.Clang_AST.comment * 'a) -> bool
Sourceval is_predicates_comment : (Mopsa_c_parser.Clang_AST.comment * 'a) -> bool
Sourceval is_directive_comment : (Mopsa_c_parser.Clang_AST.comment * 'a) -> bool
Sourceexception StubNotFound

Parse the stub specification from comments of a function

Parse comment of a stub directive

Parse a comment of predicates declarations