Module Automaton.For_cst

type t = {
  1. token_buffer : Buffer.t;
  2. mutable token_start_pos : Parsexp__.Positions.pos;
}