How to output parser result tree and diagrams? #1893
Unanswered
Serhioromano
asked this question in
Q&A
Replies: 1 comment
-
Printing the Concrete Syntax Tree.Trying using the stringify function Using the Diagrams |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Playground on successful result in Output it shows JSN parser tree. When I
console.log(parser)
I do not see this. How to get that tree?Is there a tool for diagrams too that I could build diagrams with CLI or JS?
Beta Was this translation helpful? Give feedback.
All reactions