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

Handle trailing combinations of subscripts attributes and function calls #42

Open
mpourmpoulis opened this issue Aug 3, 2020 · 0 comments
Assignees
Milestone

Comments

@mpourmpoulis
Copy link
Owner

In general, the fact that we can perceive Code both in a linear format( the way appears as text ) and as a tree( they way it is presented in AST) can result in situations where deciding how a given expression can be split into smaller ones can be difficult.One such occasion are trailing combination of subscripts,attributes and function calls

something[0].hello("world")[1].data["address"]

Support for allowing a more linear approach For such scenarios Should be added

@mpourmpoulis mpourmpoulis added this to the v0.2.0 milestone Aug 3, 2020
@mpourmpoulis mpourmpoulis self-assigned this Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant