-
Notifications
You must be signed in to change notification settings - Fork 0
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
STIL - ignore include statements, in-line loop comments, #208
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…t later, if needed.
…some stuff to get current GH WF name. Try to add some retries for install to no-workspace stuff.
…tests retries with python helpers.
Remove symbolic link
LGTM, but not really an AMD-special, so should the PR not be to the master branch and then we can later merge that into AMD? |
rlaj
changed the title
STIL - ignore import statements, in-line loop comments,
STIL - ignore include statements, in-line loop comments,
Oct 4, 2024
Yeah, was debating it and I guess I chose poorly, lol. Will move it over to master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes two updates (in addition to merging updates from master branch):
New function to parse STIL into AST that ignores
include
statementsLoop comments - comments on loop line are now in node that is child of loop node
EXAMPLE STIL:
PREVIOUS:
UPDATED: