Skip to content
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

Implement expression with parentheses #33

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Conversation

leewei05
Copy link
Contributor

No description provided.

@leewei05 leewei05 self-assigned this Sep 12, 2023
@leewei05 leewei05 marked this pull request as ready for review September 12, 2023 15:07
@leewei05 leewei05 requested a review from Lai-YT September 12, 2023 15:07
Copy link
Collaborator

@Lai-YT Lai-YT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that precedence should be managed within Bison rather than the AST. The proper order should be established through the parent-child relationship.

Copy link
Collaborator

@Lai-YT Lai-YT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥

@Lai-YT Lai-YT merged commit 0f0918a into fruits-lab:main Sep 12, 2023
2 checks passed
@leewei05 leewei05 deleted the expr-paren branch September 12, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants