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

Add support to call methods without a let statement. #161

Open
wants to merge 1 commit into
base: lower_impl_block
Choose a base branch
from

Conversation

edg-l
Copy link
Member

@edg-l edg-l commented Jan 23, 2025

Allows to do

x.a(); without a let a = on the left hand side

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.58%. Comparing base (065f5b8) to head (3218a9a).

Additional details and impacted files
@@                 Coverage Diff                  @@
##           lower_impl_block     #161      +/-   ##
====================================================
+ Coverage             63.40%   63.58%   +0.17%     
====================================================
  Files                    21       21              
  Lines                  4894     4896       +2     
====================================================
+ Hits                   3103     3113      +10     
+ Misses                 1791     1783       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Benchmarking factorial

Compiling factorial (factorial.con)
Finished release in 30.334469ms
Running 5000000 iterations
Using input value: 20
Concrete Result = 2432902008176640000 Time taken : 59.50 ms
Rust Result = 2432902008176640000 Time taken : 60.38 ms

Benchmarking fib

Compiling fib (fib.con)
Finished release in 26.330592ms
Running 5000 iterations
Using input value: 20
Concrete Result = 6765 Time taken : 136.69 ms
Rust Result = 6765 Time taken : 85.63 ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants