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

[language/control-expressions] Add support for 🚀-range syntax #174

Merged
merged 4 commits into from
Dec 18, 2022

Conversation

Flipez
Copy link
Owner

@Flipez Flipez commented Dec 18, 2022

Signed-off-by: Flipez code@brauser.io

Signed-off-by: Flipez <code@brauser.io>
@vercel
Copy link

vercel bot commented Dec 18, 2022

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

Name Status Preview Updated
rocket-lang ✅ Ready (Inspect) Visit Preview Dec 18, 2022 at 6:44PM (UTC)
rocket-lang-play ✅ Ready (Inspect) Visit Preview Dec 18, 2022 at 6:44PM (UTC)

Signed-off-by: Flipez <code@brauser.io>
@codecov
Copy link

codecov bot commented Dec 18, 2022

Codecov Report

Merging #174 (ebe155c) into main (44d0c79) will increase coverage by 0.14%.
The diff coverage is 93.54%.

@@            Coverage Diff             @@
##             main     #174      +/-   ##
==========================================
+ Coverage   87.25%   87.39%   +0.14%     
==========================================
  Files         106      106              
  Lines        3624     3689      +65     
==========================================
+ Hits         3162     3224      +62     
- Misses        396      398       +2     
- Partials       66       67       +1     
Impacted Files Coverage Δ
ast/foreach.go 92.30% <ø> (ø)
object/object.go 91.26% <ø> (ø)
token/token.go 88.00% <ø> (ø)
parser/foreach.go 66.15% <79.31%> (+6.57%) ⬆️
evaluator/foreach.go 89.28% <100.00%> (+6.93%) ⬆️
lexer/lexer.go 93.95% <100.00%> (+0.34%) ⬆️
object/array.go 100.00% <100.00%> (ø)
object/hash.go 96.74% <100.00%> (ø)
object/integer.go 100.00% <100.00%> (ø)
object/string.go 98.26% <100.00%> (ø)
... and 2 more

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

Signed-off-by: Flipez <code@brauser.io>
Signed-off-by: Flipez <code@brauser.io>
@Flipez Flipez merged commit 23506ba into main Dec 18, 2022
@Flipez Flipez deleted the add-for-loop branch December 18, 2022 18:46
@Flipez Flipez mentioned this pull request Dec 18, 2022
@Flipez Flipez added the enhancement New feature or request label Dec 18, 2022
@Flipez Flipez changed the title Add support for range rocket syntax [language/control-expressions] Add support for 🚀-range syntax Dec 18, 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.

1 participant