chickadee » format-textdiff » textdiff

textdiff:: TEXT1 TEXT2 [CONTEXT] -> (HUNK ... ) procedure

Text diff procedure;

  • TEXT1 and TEXT2 are two SRFI-43 vectors that contain strings;
  • CONTEXT is an optional number of context lines to be provided with each operation in the diff script

See the npdiff library documentation for a detailed description of the HUNK data type.