module type READER = sig .. end
sig
end
type t
type source
val create : source -> t
source -> t
val peek : t -> CCApp_parse.token
t -> CCApp_parse.token
val next : t -> CCApp_parse.token
val junk : t -> unit
t -> unit
val line : t -> int
t -> int
val col : t -> int