Module Parsexp__Automaton_stack

include Parsexp__.Automaton_stack_intf.Automaton_stack
module For_cst : sig ... end
module Just_positions : sig ... end

The recorded positions are stored elsewhere

type t =
| Empty
| Open of t
| Sexp of Parsexp__.Import.Sexp.t * t
val empty : t
val get_single : t -> Parsexp__.Import.Sexp.t

Raises if t is not exactly one complete sexp.

val get_many : t -> Parsexp__.Import.Sexp.t list

Raises if t contains a partial sexp.