Skip to content

parser: add proptest round-trip fuzzing for AST pretty-printing#64

Open
Franklin-Qi wants to merge 1 commit into
uutils:mainfrom
Franklin-Qi:feature-task#41-Parser-fuzzing
Open

parser: add proptest round-trip fuzzing for AST pretty-printing#64
Franklin-Qi wants to merge 1 commit into
uutils:mainfrom
Franklin-Qi:feature-task#41-Parser-fuzzing

Conversation

@Franklin-Qi

Copy link
Copy Markdown
Contributor

Add a proptest-based alternative to libFuzzer for aarch64-friendly round-trip testing: generate random programs, materialize them into ASTs, pretty-print via Display, re-parse, and compare s-expr signatures.

Includes a hand-written AST generator, smoke tests, and proptest regression seeds.

Closes #41

Add a proptest-based alternative to libFuzzer for aarch64-friendly
round-trip testing: generate random programs, materialize them into
ASTs, pretty-print via Display, re-parse, and compare s-expr
signatures.

Includes a hand-written AST generator, smoke tests, and proptest
regression seeds.

Closes uutils#41
@Franklin-Qi Franklin-Qi force-pushed the feature-task#41-Parser-fuzzing branch from 6f8d320 to 09f3b43 Compare July 6, 2026 09:34
@Alonely0

Alonely0 commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

I really want to get this reviewed soon, I promise :)

My backlog grows quicker than I can get to it... Tomorrow I'll try to take down my review queue for uutils coreutlis and get to this. If I have the time, I'll take down a few trivial parser issues I have noted locally, or otherwise open them in the issue tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parser: fuzzing

2 participants