You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the parse tree returned as the result is too crowded with junk because of the way the parsing is handled.
For non-terminals/sequences if there is only a single child, it should be extracted into a terminal.
Likewise if there are no children, it should be gotten rid of.
This would help return a "clean" AST which is easier to operate on.
The text was updated successfully, but these errors were encountered:
Right now the parse tree returned as the result is too crowded with junk because of the way the parsing is handled.
For non-terminals/sequences if there is only a single child, it should be extracted into a terminal.
Likewise if there are no children, it should be gotten rid of.
This would help return a "clean" AST which is easier to operate on.
The text was updated successfully, but these errors were encountered: