stamourv / sexp-diff

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Racket 100.0%