Skip to content

[language] Implement and, or , && and ||#102

Merged
Flipez merged 4 commits intomainfrom
logical-and-or
Aug 25, 2022
Merged

[language] Implement and, or , && and ||#102
Flipez merged 4 commits intomainfrom
logical-and-or

Conversation

@Flipez
Copy link
Copy Markdown
Owner

@Flipez Flipez commented Aug 25, 2022

This fixes #74

Signed-off-by: Flipez [email protected]

Signed-off-by: Flipez <[email protected]>
@vercel
Copy link
Copy Markdown

vercel bot commented Aug 25, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rocket-lang ✅ Ready (Inspect) Visit Preview Aug 25, 2022 at 8:14PM (UTC)
rocket-lang-play ✅ Ready (Inspect) Visit Preview Aug 25, 2022 at 8:14PM (UTC)

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 25, 2022

Codecov Report

Merging #102 (36f73c2) into main (3ff6d42) will increase coverage by 0.11%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
+ Coverage   84.83%   84.95%   +0.11%     
==========================================
  Files         100      100              
  Lines        3067     3091      +24     
==========================================
+ Hits         2602     2626      +24     
  Misses        401      401              
  Partials       64       64              
Impacted Files Coverage Δ
token/token.go 88.00% <ø> (ø)
evaluator/infix.go 93.28% <100.00%> (+0.54%) ⬆️
lexer/lexer.go 93.68% <100.00%> (+0.29%) ⬆️
parser/parser.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Flipez Flipez changed the title Implement and and or Implement and, or , && and || Aug 25, 2022
Signed-off-by: Flipez <[email protected]>
Signed-off-by: Flipez <[email protected]>
@Flipez Flipez merged commit 9cb2bd3 into main Aug 25, 2022
@Flipez Flipez deleted the logical-and-or branch August 25, 2022 20:16
@Flipez Flipez added the enhancement New feature or request label Oct 27, 2022
@Flipez Flipez changed the title Implement and, or , && and || [language] Implement and, or , && and || Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for &&, ||, and and or

1 participant