Open mingodad opened 3 months ago
Wow! That's a nice tool! Thank you for the work! I want to make sure that I like my quick print syntax, but I will add this soon!
Also, since you found the project, I went ahead and added a README.md so that it makes a bit more sense.
Thank you for reply !
I've just added the Tang
parser/lexer to https://mingodad.github.io/parsertl-playground/playground/ an Yacc/Lex
compatible online editor/tester/interpreter (select Tang parser (partially working)
from Examples
then click Parse
to see a parse tree for the content in Input source
).
Using some online tools like https://github.com/GuntherRademacher/rr and https://github.com/GuntherRademacher/ebnf-convert we can have a nice navigable railroad diagram.
Copy and paste the
EBNF
shown bellow on (IPV4) https://rr.red-dove.com/ui on the tabEdit Grammar
the click on the tabView Diagram
to see/download a navigable railroad diagram.