Dolmen_loop.Parserval extension_not_found : string Report.errorError for when an extension is not found.
val file_not_found : (string * string) Report.errorError for a missing file
val lexing_error : string Report.errorLexing errors
val parsing_error :
(bool
* [ `Regular of Dolmen.Intf.Msg.t
| `Advanced of
string * Dolmen.Intf.Msg.t * Dolmen.Intf.Msg.t * Dolmen.Intf.Msg.t ])
Report.errorParsing errors
module type S = Parser_intf.S