Stanc3 online grammar editor/tester #1362
mingodad
started this conversation in
Show and tell
Replies: 2 comments
-
Cool! Does this automatically update as |
Beta Was this translation helpful? Give feedback.
0 replies
-
It need manual update.
|
Beta Was this translation helpful? Give feedback.
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 parser
under examples then clickParse
to see the parser tree).The main repository is here https://github.com/mingodad/parsertl-playground it's a
Yacc/Lex
runtime grammar evaluator that can provide quick feedback loop when developing/testing/debug grammars.It can also generate
EBNF
compatible 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 !
Beta Was this translation helpful? Give feedback.
All reactions