Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 393 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 393 Bytes

dd

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