Open mingodad opened 1 year ago
I've just added faustparser.y
to https://mingodad.github.io/parsertl-playground/playground/ an Yacc/Lex
compatible editor/tester (select Faust parser
from Examples
then click Parse
to see a parser tree for the content in Input source
editor).
Any feedback is welcome !
Using some online tools like https://www.bottlecaps.de/rr/ui and https://www.bottlecaps.de/convert/ and manually adding the tokens from the lexer we can have a nice navigable railroad diagram.
Copy and paste the
EBNF
shown bellow on https://www.bottlecaps.de/rr/ui on the tabEdit Grammar
the click on the tabView Diagram
to see/download a navigable railroad diagram.