-
Notifications
You must be signed in to change notification settings - Fork 90
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
Feat/assign operator parsing #98
Feat/assign operator parsing #98
Conversation
for more information, see https://pre-commit.ci
Updated PR description |
hii @ArchitGupta07 can you please resolve the merge conflict |
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 please resolve merge conflict
Resolved the merge conflict |
tests/test_translator/test_parser.py
Outdated
} | ||
fragColor = vec4(0.0, 0.0, 0.0, 1.0); | ||
|
||
fragColor += vec4(1.0, 1.0, 0.0, 1.0) * isLightOn; |
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.
hii @ArchitGupta07 can you please write a new test function for your changes. don't rename and merge your changes in existing test function. can you please write a new function in your test file.
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.
Sorry for the inconvenience. I am new to this and got into some misunderstandings. I will make the necessary changes.
…feat/Assign_operator_parsing
for more information, see https://pre-commit.ci
hii @ArchitGupta07 can you please resolve the merge conflicts |
Resolved the merge conflicts |
Note Currently processing new changes in this PR. This may take a few minutes, please wait... Files selected for processing (2)
Tip You can generate walkthrough in a markdown collapsible section to save space.Enable the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
hii @ArchitGupta07 everything LGTM 🚀
thanks for contribution
PR Description
Related Issue
This PR addresses and closes the following Issues:
-Closes #76 Add Parsing for Assignment AND Token
-Closes #77 Add Parsing for Assignment OR Token
-Closes #78 Add Parsing for Assignment XOR Token
-Closes #79 Add Parsing for Assignment Modulus Token
Checklist