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

Consider postfix ;, , and : #50

Open
jkeiser opened this issue Feb 16, 2019 · 0 comments
Open

Consider postfix ;, , and : #50

jkeiser opened this issue Feb 16, 2019 · 0 comments

Comments

@jkeiser
Copy link
Member

jkeiser commented Feb 16, 2019

Does it make sense for this x; y to be read as Infix(Postfix(x, ;), APPLY, y) instead of Infix(x, ;, y)? It would allow us to get rid of the "separator" exception in the parser ...

There were reasons for that. Let's think it through.

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

1 participant