Module type CCApp_parse.READER

module type READER = sig .. end

type t 
type source 
val create : source -> t
val peek : t -> CCApp_parse.token
val next : t -> CCApp_parse.token
val junk : t -> unit
val line : t -> int
val col : t -> int