-
Notifications
You must be signed in to change notification settings - Fork 141
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 for nested pragma declarations #2169
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2169 +/- ##
==========================================
- Coverage 77.68% 77.60% -0.09%
==========================================
Files 308 309 +1
Lines 64246 64803 +557
==========================================
+ Hits 49910 50288 +378
- Misses 12600 12769 +169
- Partials 1736 1746 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit de28ef3 Collapsed results for better readability
|
Description
There is an increasing interest in using pragma declarations:
Currently, pragma declarations are not documented in the grammar and the parser only supports them as top-level declarations.
Document pragma declarations in the grammar and add support for nested pragma declarations to the parser.
master
branchFiles changed
in the Github PR explorer