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

Collapse branched with one unnamed children #6

Open
nathanntg opened this issue Nov 10, 2017 · 0 comments
Open

Collapse branched with one unnamed children #6

nathanntg opened this issue Nov 10, 2017 · 0 comments

Comments

@nathanntg
Copy link
Owner

Add a tree processing mode to collapse tree branches that have a singe unnamed leaf. Looking at the parsed tree in the example, there are a lot of nodes that have a single unnamed child. This is a useful paradigm for repeated value parameters.

It would be nice to offer a consolidated option that compresses these unnamed children.

nathanntg added a commit that referenced this issue Nov 10, 2017
This reduces the complexity of the parsed tree, by eliminating branching associated with commonly parsing paradigms. Closes #6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant