Skip to content

Filtering of nodes in "Parse tree" #1

@ghost

Description

Even with small grammars the parse tree can become quite large (and hard to browse). Debugging could get easier when one had the possibility to filter some nodes so not all are displayed.

Examples for filter:

  • Only nodes with name(s)
  • All but nodes with name(s)
  • Only actions / No actions
  • Only SUCCESS / FAILURE (this would probably only be useful if combined with another filter, like: no successful actions)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions