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

#304 - Parse 'if' as expression #370

Merged
merged 1 commit into from
Oct 9, 2020
Merged

#304 - Parse 'if' as expression #370

merged 1 commit into from
Oct 9, 2020

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Oct 9, 2020

No description provided.

@sys27 sys27 added this to the xFunc 4.0.0 milestone Oct 9, 2020
@sys27 sys27 self-assigned this Oct 9, 2020
@codecov
Copy link

codecov bot commented Oct 9, 2020

Codecov Report

Merging #370 into dev will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #370   +/-   ##
=======================================
  Coverage   99.27%   99.27%           
=======================================
  Files         165      165           
  Lines        5919     5919           
=======================================
  Hits         5876     5876           
  Misses         43       43           
Impacted Files Coverage Δ
xFunc.Maths/Expressions/Programming/If.cs 100.00% <100.00%> (ø)
xFunc.Maths/Parser.cs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f33214...76af849. Read the comment docs.

@sys27 sys27 merged commit eb01094 into dev Oct 9, 2020
@sys27 sys27 deleted the feature/if-as-expression branch October 9, 2020 18:41
@sys27 sys27 linked an issue Oct 9, 2020 that may be closed by this pull request
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse assignment operators / 'if' function as expression instead of statement
1 participant