Stanc3 online grammar editor/tester #1362
mingodad
started this conversation in
Show and tell
Replies: 2 comments
|
Cool! Does this automatically update as |
0 replies
|
It need manual update. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've just added this project grammar to https://mingodad.github.io/parsertl-playground/playground/ (select
Stanc3 parserunder examples then clickParseto see the parser tree).The main repository is here https://github.com/mingodad/parsertl-playground it's a
Yacc/Lexruntime grammar evaluator that can provide quick feedback loop when developing/testing/debug grammars.It can also generate
EBNFcompatible with https://www.bottlecaps.de/rr/ui to generate railroad diagrams.I hope it can help develop/debug/extend/test/document the grammar used in this project.
Any feedback is welcome !
All reactions