Module Plexing.Lexbuf


module Lexbuf: sig .. end

type t 
val empty : t
val add : char -> t -> t
val get : t -> string