Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable parsing of input seeds with syntax errors #261

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Conversation

renatahodovan
Copy link
Owner

Previously, only seed files that could be fully recognized by the grammar were transformed into trees by grammarinator-parse. This restriction excluded partially recognizable seeds, which can be valuable for fuzzing.
With this change, grammarinator-parse now supports transforming seeds containing syntax errors.

Previously, only seed files that could be fully recognized by the
grammar were transformed into trees by grammarinator-parse. This
restriction excluded partially recognizable seeds, which can be
valuable for fuzzing.
With this change, `grammarinator-parse` now supports transforming
seeds containing syntax errors.
@coveralls
Copy link

Coverage Status

coverage: 85.525% (+0.2%) from 85.371%
when pulling 2b5a5d1 on parse-err
into 5746a82 on master.

Copy link
Collaborator

@akosthekiss akosthekiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@akosthekiss akosthekiss merged commit eabe195 into master Dec 14, 2024
52 checks passed
@akosthekiss akosthekiss deleted the parse-err branch December 14, 2024 14:50
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.

3 participants