package archetype

  1. Overview
  2. Docs
type t
val initialize : Stdlib.Lexing.lexbuf -> unit
val start : t
val next : t -> ptoken * t
val get : t -> ptoken
val current_position : t -> Position.t
val skip_until_before : (Parser.MenhirInterpreter.token -> bool) -> t -> t