package dolmen_loop

  1. Overview
  2. Docs

Module Dolmen_loop.ParserSource

Errors

Sourceval extension_not_found : string Report.error

Error for when an extension is not found.

Sourceval file_not_found : (string * string) Report.error

Error for a missing file

Sourceval lexing_error : string Report.error

Lexing errors

Sourceval 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.error

Parsing errors

Sourcemodule type S = Parser_intf.S
Sourcemodule Make (State : State.S) : S with type state := State.t and type 'a key := 'a State.key

This module provides convenient pipes for parsing and dealing with includes.

OCaml

Innovation. Community. Security.