package parsexp

  1. Overview
  2. Docs

Module ParsexpSource

Sourcemodule Conv_error : sig ... end
Sourcemodule Of_sexp_error : sig ... end
Sourcemodule Old_parser_cont_state : sig ... end
Sourcemodule Parse_error : sig ... end
Sourcemodule Positions : sig ... end

Compact set of positions

Sourcemodule Cst : sig ... end

Concrete syntax tree of s-expressions

Sourcemodule type Conv = sig ... end
Sourcemodule type Parser = sig ... end
Sourcemodule type Eager_parser = sig ... end

Same as Parser but gives back a s-expression as soon as they are found in the input.

Sourceexception Of_sexp_error of Of_sexp_error.t

Exception raised in case of a conversion error

Sourceexception Parse_error of Parse_error.t

Exception raised in case of a parsing error

Sourcemodule Many : Parser with type parsed_value = Sexplib0.Sexp.t list

Same as Parser but gives back a s-expression as soon as they are found in the input.

Same as Parser but gives back a s-expression as soon as they are found in the input.

Same as Parser but gives back a s-expression as soon as they are found in the input.

Same as Parser but gives back a s-expression as soon as they are found in the input.

Sourcetype 'a id = 'a
Sourcetype sexp_list = Sexplib0.Sexp.t list
Sourcemodule Conv_single : Conv with type 'a res := 'a id and type parsed_sexp := Sexplib0.Sexp.t and type chunk_to_conv := Sexplib0.Sexp.t
Sourcemodule Conv_many : Conv with type 'a res := 'a list and type parsed_sexp := sexp_list and type chunk_to_conv := Sexplib0.Sexp.t
Sourcemodule Conv_many_at_once : Conv with type 'a res := 'a id and type parsed_sexp := sexp_list and type chunk_to_conv := sexp_list
Sourcemodule Private : sig ... end