treereduce

Crates.iotreereduce
lib.rstreereduce
version0.3.1
created_at2023-03-11 19:38:58.168093+00
updated_at2024-12-23 16:48:18.072897+00
descriptionFast, syntax-aware, multi-language program reducer based on delta debugging
homepagehttps://github.com/langston-barrett/treereduce
repositoryhttps://github.com/langston-barrett/treereduce
max_upload_size
id807482
size1,088,358
Langston Barrett (langston-barrett)

documentation

README

treereduce

treereduce is a fast, parallel, syntax-aware test case reducer based on tree-sitter grammars. In other words, treereduce helps you shrink structured data (especially source code) while maintaining some property of interest, for example, that the program causes a compiler crash or outputs a certain message. See the documentation for more information. Documentation is also available online.

Commit count: 263

cargo fmt