GMake.Parsable
type t
val make : ?loc:Loc.t -> ?fix_loc:(Loc.t -> Loc.t) -> char Stream.t -> t
make ?loc ?fix_loc stream builds a parsable starting at pos loc, and will apply fix_loc to each token. The use of the fix_loc parameter is internal and will be removed in the future as it is reserved to the XML protocol.
make ?loc ?fix_loc stream
loc
fix_loc
val comments : t -> ((int * int) * string) list
val loc : t -> Loc.t
val consume : t -> int -> unit