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

Added TextSlice; Lark can now parse/lex a text-slice #1452

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Fix docstrings a bit more

c3893d8
Select commit
Loading
Failed to load commit list.
Open

Added TextSlice; Lark can now parse/lex a text-slice #1452

Fix docstrings a bit more
c3893d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 15, 2024 in 0s

89.88% (+0.09%) compared to 5faea92

View this Pull Request on Codecov

89.88% (+0.09%) compared to 5faea92

Details

Codecov Report

Attention: Patch coverage is 98.05195% with 3 lines in your changes missing coverage. Please review.

Project coverage is 89.88%. Comparing base (5faea92) to head (c3893d8).

Files with missing lines Patch % Lines
lark/lexer.py 97.61% 1 Missing ⚠️
lark/parser_frontends.py 96.42% 1 Missing ⚠️
lark/utils.py 96.87% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1452      +/-   ##
==========================================
+ Coverage   89.78%   89.88%   +0.09%     
==========================================
  Files          52       52              
  Lines        7825     7926     +101     
==========================================
+ Hits         7026     7124      +98     
- Misses        799      802       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.