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

Automated use of precedence nodes #7

Open
ethan-leba opened this issue Aug 30, 2021 · 0 comments
Open

Automated use of precedence nodes #7

ethan-leba opened this issue Aug 30, 2021 · 0 comments
Labels
enhancement New feature or request wishlist Far off future ideas

Comments

@ethan-leba
Copy link
Owner

ethan-leba commented Aug 30, 2021

Tree-edit should be smart about the precedence of nodes, for example in a C-like language: Inserting an + into x * [y] should output x * (y + z), as due to the precedence rules x * y + z would modify the AST of y to place it under a new parent, or inserting * in [x + y] should produce (x + y) * z.

@ethan-leba ethan-leba mentioned this issue Aug 30, 2021
11 tasks
@ethan-leba ethan-leba added enhancement New feature or request wishlist Far off future ideas labels Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wishlist Far off future ideas
Projects
None yet
Development

No branches or pull requests

1 participant