I don't imagine there's a way to unparse something
In what sense? Reconstruct the input that was parsed?
@gfredericks What are you trying to accomplish by "unparsing", and how much control do you have over the parsing?
@gfredericks: some discussion has happened about this in https://github.com/Engelberg/instaparse/issues/82
which I just noticed you saw and commented on
The fact that "hide tag" (`<>`) is a thing makes it a complex problem to provide unparsing as a general solution
also lookahead / negative lookahead
I want a canonical printer. Potentially pretty printing...which sounds hard
So no, not reconstructing the original input exactly
Hmmm.