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

incorrect syntax generated #5

Open
cdaringe opened this issue Oct 25, 2023 · 1 comment
Open

incorrect syntax generated #5

cdaringe opened this issue Oct 25, 2023 · 1 comment

Comments

@cdaringe
Copy link

Problem

Input

100 OR on() vector(100) 

Output

  100
or on ()
  (
    vector (
      100
    )
  )

Denote the dually extra set of () after the on!

@jiacai2050
Copy link
Owner

The outer () is used to ensure right precedence.

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

No branches or pull requests

2 participants