-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fixes #7670: support put =
#7892
fixes #7670: support put =
#7892
Conversation
This also set up groundwork for #7136 |
I've got a branch I haven't touched for like a year with some decent progress on expression parsing & evaluating. I'll try to get it to a MVP state and push - then we can hook it up to this. Let me know if you'd be interested in working off that branch, also. |
I think it would be wise to start off somewhere, your branch might be a good place for it, as I'm sure how it would be best to design the code anyway. |
See #7920 |
This is much more comprehensive. |
Yeah I got further along than I'd remembered, actually
I'd like to get some more polish on it before releasing it, but probably not too much more needs to be done before it's merge-worthy. I think sometime this week I'll release We can target #7920, this MR, and #7893 for |
Thanks @elazarcoh! |
What this PR does / why we need it:
Allow expressions in
put
command.Implemented
range(start, stop, step=1)
.example:
:put=range(10,5,-1)
Which issue(s) this PR fixes
fixes #7670
Special notes for your reviewer: