-
Notifications
You must be signed in to change notification settings - Fork 76
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
Support more stack_
syntax
#3475
base: main
Are you sure you want to change the base?
Conversation
Parser Change ChecklistThis PR modifies the parser. Please check that the following tests are updated:
This test should have examples of every new bit of syntax you are adding. Feel free to just check the box if your PR does not actually change the syntax (because it is refactoring the parser, say). |
Don't review yet - we need to support syntax currying...
the |
I haven’t looked at the code here, just the PR initial post… but is there a design doc for this? I’m worried we’re diluting the nice, simple meaning of |
TBF there is no documentation for
|
I agree with @goldfirere: |
Discussed with Richard and agreed that |
This PR allows
stack_
at more places: