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

Extend lexer and parser with error reporting mechanism #5

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

exellentcoin26
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #5 (7880602) into main (4eda37a) will decrease coverage by 2.0%.
The diff coverage is 37.6%.

@@           Coverage Diff           @@
##            main      #5     +/-   ##
=======================================
- Coverage   87.1%   85.2%   -2.0%     
=======================================
  Files         23      26      +3     
  Lines       2949    3052    +103     
  Branches    2949    3052    +103     
=======================================
+ Hits        2571    2602     +31     
- Misses       320     390     +70     
- Partials      58      60      +2     
Files Coverage Δ
pango-lexer/src/lexer/input.rs 93.8% <100.0%> (+0.2%) ⬆️
pango-lexer/src/regex/tokenizer.rs 89.0% <100.0%> (+<0.1%) ⬆️
pango-parser/src/cfsm/item.rs 93.3% <100.0%> (-0.2%) ⬇️
pango-parser/src/grammar.rs 96.0% <100.0%> (+0.1%) ⬆️
pango-lexer/src/fsm/nfa/model.rs 82.0% <66.6%> (ø)
pango-parser/src/lib.rs 60.0% <75.0%> (+60.0%) ⬆️
pango-lexer/src/lexer/mod.rs 88.5% <87.5%> (-0.5%) ⬇️
pango-parser/src/parser/error.rs 0.0% <0.0%> (ø)
pango-lexer/src/lexer/error.rs 0.0% <0.0%> (ø)
pango-parser/src/cfsm/dot.rs 0.0% <0.0%> (ø)
... and 4 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

None yet

1 participant