LuaDiffer: A simple lua diff library
This is a simple lua module that performs a diff on two strings and returns a table of
string chunks, or a diff of two lists and returns a list of list subsets.
Example
1 make_diff = require "diff"
10 diff = make_diff(s1, s2)