Method Parser.RCS()->parse_deltatext_sections()
- Method parse_deltatext_sections
voidparse_deltatext_sections(arrayraw,void|function(string:void)progress_callback,array|voidcallback_args)- Description
Lower-level API function for parsing only the deltatext sections (the final and typically largest chunk of an RCS file, see manpage rcsfile(5)) of an RCS file. After a parse_deltatext_sections run, the RCS object will be fully populated.
- Parameter
raw The tokenized RCS file, with admin and delta sections removed. (See parse_admin_section, tokenize and parse_delta_sections.)
- Parameter
progress_callback This optional callback is invoked with the revision of the deltatext about to be parsed (useful for progress indicators).
- Parameter
args Optional extra trailing arguments to be sent to
progress_callback- See also
- FIXME
Does not handle rcsfile(5) newphrase skipping.