Skip to content

Conversation

@TadeasKucera
Copy link
Contributor

This PR is only offered to have a look on how important precedence of operators can be when fixing shift/reduce conflicts. See expression example and try to change the precedence.

@codecov
Copy link

codecov bot commented Oct 3, 2019

Codecov Report

Merging #17 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   97.54%   97.62%   +0.07%     
==========================================
  Files          26       27       +1     
  Lines         937      967      +30     
==========================================
+ Hits          914      944      +30     
  Misses         23       23
Impacted Files Coverage Δ
include/pog/parser.h 97.56% <0%> (-0.17%) ⬇️
include/pog/tokenizer.h 97.8% <0%> (-0.08%) ⬇️
include/pog/token_builder.h 100% <0%> (ø) ⬆️
include/pog/item.h 98.27% <0%> (ø) ⬆️
include/pog/automaton.h 100% <0%> (ø) ⬆️
include/pog/state.h 100% <0%> (ø) ⬆️
include/pog/symbol.h 100% <0%> (ø) ⬆️
include/pog/rule.h 100% <0%> (ø) ⬆️
include/pog/filter_view.h 100% <0%> (ø)
include/pog/grammar.h 97.65% <0%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b913150...43960eb. Read the comment docs.

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