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): more simplifications in the grammar #1084

Merged
merged 1 commit into from
Sep 24, 2022

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Sep 20, 2022

remove the Dot rule
use Alphanums rule in some cases
simplify Punctuation rule
rename InlineWord rule to InlineText

Signed-off-by: Xavier Coulon [email protected]

@codecov
Copy link

codecov bot commented Sep 20, 2022

Codecov Report

Merging #1084 (54eb75a) into master (8b3c889) will increase coverage by 0.21%.
The diff coverage is 100.00%.

❗ Current head 54eb75a differs from pull request most recent head b3f3eb5. Consider uploading reports for the commit b3f3eb5 to get more accurate results

@@            Coverage Diff             @@
##           master    #1084      +/-   ##
==========================================
+ Coverage   80.76%   80.98%   +0.21%     
==========================================
  Files          90       90              
  Lines        7591     7589       -2     
==========================================
+ Hits         6131     6146      +15     
+ Misses        964      948      -16     
+ Partials      496      495       -1     

remove the `Dot` rule
use `Alphanums` rule in some cases
simplify `Punctuation` rule
rename `InlineWord` rule to `InlineText`

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the refactor_inlineword branch from 54eb75a to b3f3eb5 Compare September 24, 2022 05:25
@xcoulon xcoulon merged commit dd9e1d1 into bytesparadise:master Sep 24, 2022
@xcoulon xcoulon deleted the refactor_inlineword branch September 24, 2022 05:32
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