Module Parsexp__Automaton_stack.For_cst
type t=|Emptyat top-level
|T_or_comment of Parsexp.Cst.t_or_comment * tafter the given sexp or comment
|Open of Parsexp.Positions.pos * tafter the opening paren
|In_sexp_comment of{hash_semi_pos : Parsexp.Positions.pos;rev_comments : Parsexp.Cst.comment list;stack : t;}In_sexp_commentonly indicates if the next s-expression is to be commented out, but if we are nested below parens below an sexp comment, the stack would look likeOpen (.., In_sexp_comment ..).
val empty : tval get_many : t -> Parsexp.Cst.t_or_comment listRaises if
tcontains a partial sexp.