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 docstring support. #158

Merged
merged 15 commits into from
Jan 24, 2025
Merged

Add docstring support. #158

merged 15 commits into from
Jan 24, 2025

Conversation

azteca1998
Copy link
Collaborator

No description provided.

@azteca1998 azteca1998 linked an issue Jan 14, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Jan 14, 2025

Benchmarking factorial

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

Benchmarking fib

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

@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2025

Codecov Report

Attention: Patch coverage is 96.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 63.27%. Comparing base (50daeeb) to head (6f7e18b).

Files with missing lines Patch % Lines
src/parser/mod.rs 96.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
+ Coverage   62.92%   63.27%   +0.34%     
==========================================
  Files          20       20              
  Lines        4734     4784      +50     
==========================================
+ Hits         2979     3027      +48     
- Misses       1755     1757       +2     

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

@edg-l edg-l changed the base branch from main to improve_impl_grammar January 14, 2025 13:45
@edg-l edg-l force-pushed the improve_impl_grammar branch from 6fe75de to 2431810 Compare January 14, 2025 14:01
Base automatically changed from improve_impl_grammar to main January 14, 2025 14:19
@azteca1998 azteca1998 added this pull request to the merge queue Jan 24, 2025
Merged via the queue into main with commit 67c64ca Jan 24, 2025
7 checks passed
@azteca1998 azteca1998 deleted the add-docstring-support branch January 24, 2025 15:37
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.

Implement doc strings in grammar and ast
4 participants