Visual parse tree #940
oovm
started this conversation in
Show and tell
Replies: 3 comments
-
Awesome work! 👏 Yes, it could be helpful to incorporate it in or link it on the main website. It's been primarily @nathanielknight @Jamalam360 @huacnlee @LeoDog896 who worked on the website recently. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@oovm feel free to open a PR to add it to this list https://github.com/pest-parser/awesome-pest |
Beta Was this translation helpful? Give feedback.
0 replies
-
It should definitely be possible to get it working on the website if it outputs SVG and can compile to wasm! |
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
-
I find the visualization tools in ANTLRWorks very useful:
So I also wrote pest-viewer for pest:
It can render the following input into a tree diagram based on the pest grammar.
This tool is written in pure rust and can theoretically be compiled into wasm.
I'm not sure who is maintaining the web page now. I think it would be helpful for debugging to put this on the home page.
Beta Was this translation helpful? Give feedback.
All reactions