patch.lua

diff/undo for lua tables

$ luarocks install patch

Patch is a DSL for expressing changes to Lua tables as discrete patches.
Every time a patch is applied, the inverse undo patch is created, which means
patch can be used to easily add multi-level undo to a project.

Versions

scm-1dev7 years ago19 downloads
0.1.0-17 years ago91 downloads

Dependencies

lua >= 5.1, < 5.4

Manifests