Module Mlang.Driver

val process_dgfip_options : string option -> string list option -> Dgfip_options.flags
val patch_rule_1 : string option -> Dgfip_options.flags -> Mast.source_file -> Mast.source_file_item Pos.marked list
val driver : string list -> bool -> bool -> string list -> bool -> string -> bool -> string option -> string option -> string option -> bool -> string option -> string -> bool -> bool -> string option -> string option -> float option -> int option -> bool -> string list option -> unit

Entry function for the executable. Returns a negative number in case of error.

val main : unit -> 'a