Cobol_indent.Scanner
type result = {
toks : (Types.token * Types.token_descr) list;
revedits : Types.indent_record list;
skipped_revlines : int list;
}
val tokenize : config:Types.config -> filename:string -> contents:string -> result