-
Notifications
You must be signed in to change notification settings - Fork 13
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 initial grammar for impl blocks and optimize grammar [3] #153
Conversation
Benchmarking factorialCompiling factorial (factorial.con) Benchmarking fibCompiling fib (fib.con) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #153 +/- ##
==========================================
- Coverage 62.70% 62.54% -0.16%
==========================================
Files 20 20
Lines 4673 4680 +7
==========================================
- Hits 2930 2927 -3
- Misses 1743 1753 +10 ☔ View full report in Codecov by Sentry. |
Add TypeName to AST
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add some tests?
they are added in the next pr |
Initial grammar for impl blocks
Depends on #152