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

wrong precedence parsing the length operation (#) #41

Open
tony-song opened this issue Apr 3, 2023 · 1 comment
Open

wrong precedence parsing the length operation (#) #41

tony-song opened this issue Apr 3, 2023 · 1 comment

Comments

@tony-song
Copy link

tony-song commented Apr 3, 2023

#tab+1
is parsed to
LengthOp(AddOp(tab,1))

It should be
AddOp(LengthOp(tab), 1)

@fabi321
Copy link

fabi321 commented May 6, 2023

as far as I can tell, this is a duplicate of #38

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