package sexplib

  1. Overview
  2. Docs
include Parser_output.T

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

type output
exception Found of output
val raise_found : Impl.State.Read_only.t -> Impl.parsed_value -> unit
type input
val length : input -> int
val unsafe_feed_loop : Impl.State.t -> Impl.Stack.t -> input -> max_pos:int -> pos:int -> Impl.Stack.t