mdaines / grammophone

A tool for analyzing and transforming context-free grammars.
https://mdaines.github.io/grammophone
MIT License
200 stars 23 forks source link

Unreachable nonterminals. #34

Open modulovalue opened 11 months ago

modulovalue commented 11 months ago

As a response to your unreachable nonterminals comment:

I'm currently visualizing it like this:

Bildschirm­foto 2023-07-31 um 18 30 06

Notice how F and G are self-contained and do not connect to the other parts of the grammar, therefore, they are unreachable. I think it would be more informative to expose collections of ~S~CCs rather than single unreachable nonterminals.

Edit: correction, of course, I meant to say connected components, not strongly connected components.