Skip to content

[builtin] Add Math standard library and rewrite builtins#108

Merged
Flipez merged 13 commits intomainfrom
builtin-branch
Sep 12, 2022
Merged

[builtin] Add Math standard library and rewrite builtins#108
Flipez merged 13 commits intomainfrom
builtin-branch

Conversation

@Flipez
Copy link
Copy Markdown
Owner

@Flipez Flipez commented Sep 3, 2022

No description provided.

@vercel
Copy link
Copy Markdown

vercel bot commented Sep 3, 2022

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

Name Status Preview Updated
rocket-lang ✅ Ready (Inspect) Visit Preview Sep 3, 2022 at 9:16PM (UTC)
rocket-lang-play ✅ Ready (Inspect) Visit Preview Sep 3, 2022 at 9:16PM (UTC)

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

codecov bot commented Sep 3, 2022

Codecov Report

Merging #108 (fdcfb0a) into main (bfc808b) will increase coverage by 1.07%.
The diff coverage is 97.51%.

@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
+ Coverage   85.23%   86.31%   +1.07%     
==========================================
  Files         100      102       +2     
  Lines        3081     3353     +272     
==========================================
+ Hits         2626     2894     +268     
- Misses        391      394       +3     
- Partials       64       65       +1     
Impacted Files Coverage Δ
stdlib/exit.go 0.00% <0.00%> (-70.00%) ⬇️
stdlib/raise.go 0.00% <0.00%> (-71.43%) ⬇️
evaluator/index.go 99.21% <90.00%> (-0.79%) ⬇️
object/builtin.go 89.47% <91.66%> (-10.53%) ⬇️
object/object.go 89.00% <91.83%> (+4.56%) ⬆️
stdlib/json.go 96.36% <96.36%> (ø)
evaluator/evaluator.go 78.03% <100.00%> (+0.12%) ⬆️
evaluator/identifier.go 100.00% <100.00%> (ø)
lexer/lexer.go 93.68% <100.00%> (ø)
object/array.go 100.00% <100.00%> (ø)
... and 18 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 <[email protected]>
Signed-off-by: Flipez <[email protected]>
Signed-off-by: Flipez <[email protected]>
Signed-off-by: Flipez <[email protected]>
@Flipez Flipez marked this pull request as ready for review September 12, 2022 19:12
@Flipez Flipez merged commit d616966 into main Sep 12, 2022
@Flipez Flipez deleted the builtin-branch branch September 12, 2022 19:12
@Flipez Flipez added the enhancement New feature or request label Oct 30, 2022
@Flipez Flipez changed the title change builtin implementation [builtin] Rewrite builtins Oct 30, 2022
@Flipez Flipez changed the title [builtin] Rewrite builtins [builtin] Add Math standard library and rewrite builtins 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.

2 participants