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

Parse assignment operators #588

Merged
merged 2 commits into from
Jun 17, 2023
Merged

Parse assignment operators #588

merged 2 commits into from
Jun 17, 2023

Conversation

kevinbarabash
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jun 17, 2023

Codecov Report

Merging #588 (f4a3587) into main (f7389d6) will increase coverage by 0.08%.
The diff coverage is 97.89%.

@@            Coverage Diff             @@
##             main     #588      +/-   ##
==========================================
+ Coverage   91.27%   91.36%   +0.08%     
==========================================
  Files         110      110              
  Lines       20943    21033      +90     
==========================================
+ Hits        19116    19216     +100     
+ Misses       1827     1817      -10     
Impacted Files Coverage Δ
crates/escalier_parser/src/token.rs 100.00% <ø> (ø)
crates/escalier_parser/src/expr_parser.rs 98.31% <96.72%> (+<0.01%) ⬆️
crates/escalier_parser/src/expr.rs 100.00% <100.00%> (ø)
crates/escalier_parser/src/lexer.rs 98.67% <100.00%> (+0.08%) ⬆️

... and 9 files with indirect coverage changes

@kevinbarabash kevinbarabash merged commit 4fa3c55 into main Jun 17, 2023
@kevinbarabash kevinbarabash deleted the parse-assign branch June 17, 2023 14:51
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.

1 participant