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

refactor(parser): improve grammar #1081

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Sep 18, 2022

avoid failling into the AnyChar rule when parsing content
with the NormalGroup entrypoint

includes refactoring of the InlineWord and Punctuation rules
to match content faster.

Signed-off-by: Xavier Coulon xcoulon@redhat.com

avoid failling into the `AnyChar` rule when parsing content
with the `NormalGroup` entrypoint

includes refactoring of the `InlineWord` and `Punctuation` rules
to match content faster.

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
@codecov
Copy link

codecov bot commented Sep 18, 2022

Codecov Report

Merging #1081 (bbfd0e1) into master (4d151e0) will decrease coverage by 0.27%.
The diff coverage is 48.78%.

@@            Coverage Diff             @@
##           master    #1081      +/-   ##
==========================================
- Coverage   80.93%   80.66%   -0.28%     
==========================================
  Files          90       90              
  Lines        7569     7591      +22     
==========================================
- Hits         6126     6123       -3     
- Misses        946      971      +25     
  Partials      497      497              

@xcoulon xcoulon merged commit 481ef43 into bytesparadise:master Sep 18, 2022
@xcoulon xcoulon deleted the avoid_anychar branch September 18, 2022 12:48
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.

1 participant