Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jubnzv/dd
- Owner: jubnzv
- Created: 2021-12-29T03:35:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T06:47:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T23:15:19.074Z (about 1 month ago)
- Topics: delta-debugging, rust, test-automation, tree-sitter
- Language: Rust
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```