Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jubnzv/dd

Simple delta debugger
https://github.com/jubnzv/dd

delta-debugging rust test-automation tree-sitter

Last synced: 22 days ago
JSON representation

Simple delta debugger

Awesome Lists containing this project

README

        

# dd

![](https://github.com/jubnzv/dd/workflows/Test/badge.svg)

`dd` implements basic [delta debugging](https://www.debuggingbook.org/html/DeltaDebugger.html) 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

```bash
git clone --recurse-submodules https://github.com/jubnzv/dd
cd dd
cargo build
```