[fuzzer] AST generator should create struct definitions, instantiate them, and access attributes
Open
enhancement
fuzz
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Right now I don't believe `ast_generator.cc` makes struct definitions or any struct related operations. Not so different from tuple indexing in its essence, which /is/ fuzzed, but would be nice for completeness in DSLX typechecking / IR conversion paths to know they're getting fuzzed as well.
Contributor guide
Assessment
This issue has not been assessed yet.