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

#119 - Add support of ternary operator #272

Merged
merged 1 commit into from Aug 17, 2020
Merged

#119 - Add support of ternary operator #272

merged 1 commit into from Aug 17, 2020

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Aug 16, 2020

No description provided.

@sys27 sys27 added the feature label Aug 16, 2020
@sys27 sys27 added this to the xFunc 4.0.0 milestone Aug 16, 2020
@sys27 sys27 self-assigned this Aug 16, 2020
@sys27 sys27 linked an issue Aug 16, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 16, 2020

Codecov Report

Merging #272 into dev will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #272      +/-   ##
==========================================
+ Coverage   97.96%   97.97%   +0.01%     
==========================================
  Files         148      148              
  Lines        4768     4793      +25     
==========================================
+ Hits         4671     4696      +25     
  Misses         97       97              
Impacted Files Coverage Δ
xFunc.Maths/Expressions/Programming/If.cs 100.00% <100.00%> (ø)
xFunc.Maths/Parser.ExpressionFactory.cs 99.07% <100.00%> (+<0.01%) ⬆️
xFunc.Maths/Parser.cs 100.00% <100.00%> (ø)
xFunc.Maths/Tokenization/Lexer.OperatorToken.cs 100.00% <100.00%> (ø)
xFunc.Maths/Tokenization/Lexer.cs 100.00% <100.00%> (ø)
xFunc.Maths/Tokenization/Tokens/SymbolToken.cs 100.00% <100.00%> (ø)
xFunc.Maths/Tokenization/TokensBuilder.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 8203fcc...d065c75. Read the comment docs.

@sys27 sys27 merged commit 0239b2a into dev Aug 17, 2020
@sys27 sys27 deleted the feature/ternary branch August 17, 2020 11:28
sys27 added a commit that referenced this pull request Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support of ternary operator
1 participant