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

feat(parser): context free tag mode #165

Merged
merged 4 commits into from Jan 27, 2023
Merged

Conversation

JiLiZART
Copy link
Owner

Resolves #32

@JiLiZART JiLiZART changed the title feat(parser): initial context free tag mode feat(parser): context free tag mode Dec 28, 2022
@codecov
Copy link

codecov bot commented Dec 28, 2022

Codecov Report

Merging #165 (1906d2a) into master (6b2810f) will increase coverage by 1.16%.
The diff coverage is 96.77%.

@@            Coverage Diff             @@
##           master     #165      +/-   ##
==========================================
+ Coverage   86.00%   87.17%   +1.16%     
==========================================
  Files          23       23              
  Lines        1472     1497      +25     
  Branches      343      351       +8     
==========================================
+ Hits         1266     1305      +39     
+ Misses        203      189      -14     
  Partials        3        3              
Impacted Files Coverage Δ
packages/bbob-parser/src/lexer.js 94.23% <96.00%> (+1.27%) ⬆️
packages/bbob-parser/src/Token.js 92.71% <100.00%> (ø)
packages/bbob-parser/src/parse.js 93.22% <100.00%> (-0.50%) ⬇️
packages/bbob-parser/src/utils.js 97.36% <100.00%> (-0.80%) ⬇️
packages/bbob-plugin-helper/src/char.js 89.58% <100.00%> (+7.76%) ⬆️
packages/bbob-plugin-helper/src/helpers.js 78.43% <0.00%> (+1.96%) ⬆️
... and 2 more

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

@JiLiZART JiLiZART merged commit 19e8dd6 into master Jan 27, 2023
@JiLiZART JiLiZART deleted the feature/32-context-free-tags branch January 27, 2023 23:19
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.

feat: context free tags
1 participant