I've just added gocc grammar to https://mingodad.github.io/parsertl-playground/playground/ an Yacc/Lex compatible online editor/tester (select Gocc parser from Examples then click Parse to see a parse tree for the content in Input source).
I hope it can help document/debug/develop grammars.
I've just added
gocc
grammar to https://mingodad.github.io/parsertl-playground/playground/ anYacc/Lex
compatible online editor/tester (selectGocc parser
fromExamples
then clickParse
to see a parse tree for the content inInput source
).I hope it can help document/debug/develop grammars.
Any feedback is welcome !