Closed rpglover64 closed 7 years ago
I'd like to have support for this. It doesn't look like it would need an new dependencies.
The problem is that I haven't studied up on tree automata.
Would you like to have a go at implementing this?
I can take a stab at it, but I'm not likely to have too much time. Separately, if you want to take a look at TAs, the best reference I know is TATA.
Feel free to close this if it's too far out of the purview of this library.
You have a module for rendering FSAs. I have a use-case for rendering tree automata (with equality constraints). One way to think of them is directed hypergraphs, but for rendering them, I usually think of a directed bipartite graph.
For example (though not necessarily ideal):