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

Standalone: Added support for interactive parser. #1356

Merged
merged 2 commits into from
Oct 22, 2023

Conversation

erezsh
Copy link
Member

@erezsh erezsh commented Oct 22, 2023

parse_interactive and on_error are now working

parse_interactive and on_error are now working
@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (44483c9) 89.35% compared to head (c611d56) 89.39%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1356      +/-   ##
==========================================
+ Coverage   89.35%   89.39%   +0.03%     
==========================================
  Files          52       52              
  Lines        7701     7729      +28     
==========================================
+ Hits         6881     6909      +28     
  Misses        820      820              
Flag Coverage Δ
unittests 89.39% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
lark/parsers/lalr_interactive_parser.py 78.94% <ø> (ø)
lark/tools/standalone.py 87.96% <100.00%> (+0.11%) ⬆️
tests/test_parser.py 95.07% <100.00%> (ø)
tests/test_tools.py 99.09% <100.00%> (+0.28%) ⬆️

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

@erezsh erezsh requested a review from MegaIng October 22, 2023 04:35
Copy link
Member

@MegaIng MegaIng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good otherwise.

tests/test_tools.py Outdated Show resolved Hide resolved
@erezsh erezsh merged commit aaf508b into master Oct 22, 2023
21 checks passed
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.

3 participants