Hacker News new | ask | show | jobs
by anon_tor_12345 1911 days ago
>a parser without

can you show me a parser generator that produces this kind of visualization?

2 comments

Not a syntactic parser generator, but [chevrotain](https://chevrotain.io/playground/) can generate flow diagrams for your ruleset. IIRC not just in the playground, but in general.
antlr has many that produces such visualization, vscode has some great plugins for it.
great thanks!