/sexp-diff

S-expression-aware diffing tool based on Levenshtein-like tree edit distance.

Primary LanguageRacket

sexp-diff

diffs s-expressions based on Levenshtein-like edit distance. Ported more or less directly from Michael Weber's Common Lisp implementation.

To install: raco pkg install sexp-diff

Docs

This code is in the Public Domain.