You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dd implements basic delta debugging technique for tools that work with the Lua language. It modifies the AST of the given Lua program to find bugs in the tool.
Installation
git clone --recurse-submodules https://github.com/jubnzv/dd
cd dd
cargo build