alecthomas / alecthomas/participle
Feature request: fuzzing support
Aperta
- Lingua principale
- Go
- Stelle
- 3.9k
- Fork
- 213
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Since Participle already has access to the grammar, it can do grammar-driven fuzzing, which could integrate nicely with Go 1.18's new fuzz tests.
Usagewise, it would prolly be something like this:
```
var ast AST
parser.Fuzz(&ast) // ast is filled with a random valid tree
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.