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

Parsing parenthesized expressions #76

Merged
merged 1 commit into from
Sep 1, 2020

Conversation

lamg
Copy link
Contributor

@lamg lamg commented Aug 31, 2020

Problem

Parsing a rule with the form (a && b) && c fails because the there's no way of handling parenthesized expressions

Solution

  • Adding a case statement to the parser so it handles correctly a parenthesized expression.
  • Testing with a particular example.

@quasilyte quasilyte merged commit 210583f into quasilyte:master Sep 1, 2020
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