-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support multi-named keywords without underscore #213
Conversation
Codecov Report
@@ Coverage Diff @@
## master #213 +/- ##
==========================================
+ Coverage 96.70% 96.76% +0.05%
==========================================
Files 41 41
Lines 15392 15430 +38
==========================================
+ Hits 14885 14931 +46
+ Misses 507 499 -8
Continue to review full report at Codecov.
|
|
7a1d4fe
to
9d6c579
Compare
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.
I think it's good 👍
Closes #207
Support multi-named keywords and log a diagnostic when encountered. The user should be encouraged to use the underscore variants by an error message similar to "found ENDFUNCTIONBLOCK, consider using END_FUNCTION_BLOCK instead".