-
Notifications
You must be signed in to change notification settings - Fork 57
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
Rearranging orders of operations to put potential input last #187
Comments
This is actually a good reason to keep the lambdas ones the way they are now instead of switching them like we were planning. Maybe keep some like |
I'd much prefer that they all go the same way, for learnability. |
This isn't "switching" them per-say, but I feel like the default value on |
That's a good point, I'll change that now. This is a good place to accumulate additional examples like that one. |
Also, |
I just realized that we don't have to necessarily have to switch the input order to have he order that they fill up in switch. For example: |
That's an interesting idea - I like anything we can do to increase backward On Sun, Jun 12, 2016 at 11:54 PM Maltysen notifications@github.com wrote:
|
Wouldn't that complicate the parser more? You need to detect you're at eof, and that you were parsing a |
I'd like to accumulate a list of all functions that we should swap the order of operations on to allow the use of implicit
Q
more often. Starting list:@<col><int>
c<str><str>
i<col><int>
j<col><int>
r<str><int>
.:<col><int>
.x<any><any>
.c
,.C
,.P
I'm not sure about these:
x<col><col>
X
The text was updated successfully, but these errors were encountered: