package parsexp

  1. Overview
  2. Docs
type t = {
  1. token_buffer : Buffer.t;
    (*

    Starting positions of the current token *

    *)
  2. mutable token_start_pos : Positions.pos;
}