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

implement type float #43

Merged
merged 6 commits into from
Jan 16, 2022
Merged

implement type float #43

merged 6 commits into from
Jan 16, 2022

Conversation

Flipez
Copy link
Owner

@Flipez Flipez commented Jan 15, 2022

No description provided.

@Flipez Flipez added the enhancement New feature or request label Jan 15, 2022
@vercel
Copy link

vercel bot commented Jan 15, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/flipez/rocket-lang/2SYw9CNWFKuJhgMxErqYzxR3byip
✅ Preview: https://rocket-lang-git-implement-float-flipez.vercel.app

@codecov-commenter
Copy link

codecov-commenter commented Jan 16, 2022

Codecov Report

Merging #43 (3b3d840) into master (1b4e33f) will increase coverage by 0.72%.
The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   73.75%   74.48%   +0.72%     
==========================================
  Files          26       27       +1     
  Lines        2145     2261     +116     
==========================================
+ Hits         1582     1684     +102     
- Misses        501      515      +14     
  Partials       62       62              
Impacted Files Coverage Δ
token/token.go 33.33% <ø> (ø)
ast/ast.go 62.13% <33.33%> (-0.43%) ⬇️
parser/parser.go 74.08% <61.53%> (-0.39%) ⬇️
evaluator/evaluator.go 74.68% <89.36%> (+1.01%) ⬆️
lexer/lexer.go 84.13% <100.00%> (+0.71%) ⬆️
object/float.go 100.00% <100.00%> (ø)
object/integer.go 100.00% <100.00%> (ø)
object/object.go 60.52% <100.00%> (+1.90%) ⬆️
... and 1 more

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 1b4e33f...3b3d840. Read the comment docs.

Signed-off-by: Flipez <code@brauser.io>
Signed-off-by: Flipez <code@brauser.io>
@Flipez Flipez merged commit 119d400 into master Jan 16, 2022
@Flipez Flipez deleted the implement-float branch January 16, 2022 15:50
@Flipez Flipez restored the implement-float branch April 23, 2022 09:29
@Flipez Flipez deleted the implement-float branch April 23, 2022 09:30
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.

3 participants