Module CCParse.U
val list : ?start:string -> ?stop:string -> ?sep:string -> 'a t -> 'a list tlist pparses a list ofp, with the OCaml conventions for start token "[", stop token "]" and separator ";". Whitespace between items are skipped.
val int : int tParse an int.
val word : string tNon empty string of alpha num, start with alpha.