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 reducible nodes #116

Open
3 tasks
zspitz opened this issue Sep 30, 2020 · 1 comment
Open
3 tasks

Handle reducible nodes #116

zspitz opened this issue Sep 30, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@zspitz
Copy link
Owner

zspitz commented Sep 30, 2020

  • Add option for showing reduced nodes
  • If option is selected, call Reduce recursively and create new models for child nodes
  • Test against ExpressionTreeToString pathspans of Textual tree renderer, to verify that paths are created correctly

Pending zspitz/ExpressionTreeToString#53

@zspitz zspitz added enhancement New feature or request visualizer ui labels Sep 30, 2020
@zspitz
Copy link
Owner Author

zspitz commented Oct 4, 2020

Reduction options:

  • Reduce all, i.e. whenever CanREdcue == true
  • Reduce Extension nodes
  • Don't reduce

@zspitz zspitz added this to the 1.8 milestone Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant