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

Implement SLR parser generator #4

Merged
merged 15 commits into from
Sep 23, 2023
Merged

Implement SLR parser generator #4

merged 15 commits into from
Sep 23, 2023

Conversation

exellentcoin26
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #4 (858203f) into main (b995e4f) will increase coverage by 2.2%.
The diff coverage is 87.4%.

@@           Coverage Diff           @@
##            main      #4     +/-   ##
=======================================
+ Coverage   83.0%   85.3%   +2.2%     
=======================================
  Files         22      25      +3     
  Lines       2235    3017    +782     
  Branches    2235    3017    +782     
=======================================
+ Hits        1857    2574    +717     
- Misses       331     385     +54     
- Partials      47      58     +11     
Files Changed Coverage Δ
pango-lexer/src/main.rs 0.0% <0.0%> (ø)
src/cfsm/dot.rs 0.0% <0.0%> (ø)
src/lib.rs 0.0% <ø> (ø)
src/main.rs 0.0% <0.0%> (ø)
pango-lexer/src/lexer/mod.rs 88.9% <42.1%> (-0.5%) ⬇️
src/cst.rs 80.0% <80.0%> (ø)
src/parser/table.rs 82.7% <82.7%> (ø)
src/cfsm/state.rs 78.2% <85.7%> (+5.1%) ⬆️
src/parser/slr.rs 92.2% <92.2%> (ø)
src/cfsm/mod.rs 96.3% <92.3%> (+1.9%) ⬆️
... and 2 more

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

@exellentcoin26 exellentcoin26 merged commit 0fec398 into main Sep 23, 2023
16 checks passed
@exellentcoin26 exellentcoin26 deleted the slr-parser-generator branch September 23, 2023 15:45
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