-
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
10 parser design a context free grammar for boolean expressions #31
10 parser design a context free grammar for boolean expressions #31
Conversation
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.
Overall, great job! I think we were discussing using individual classes to represent certain node types which might make some more sense rather than have strange conflicting field types.
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.
See the comments. You can most likely also delete some of these comments as well to simplify.
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.
Overall, great work! Thanks for putting so much effort into figuring this out! 😄 I'll make some small fixes and then merge in a few minutes to main. Good job!
Summary
Closes #10
New Classes
Manual Tests