Online yacc/lex grammar editor/tester #148
mingodad
started this conversation in
Show and tell
Replies: 2 comments
-
Hello @mingodad and sorry for the delay, these days have been very busy for me. Great work! I have some ideas to improve the app, which will post in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you ! |
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
-
I'm trying to build an online yacc/lex (LALR(1)) grammar editor/tester to help develop/debug/document grammars the main repository is here https://github.com/mingodad/parsertl-playground and the online playground with several non trivial examples is here https://mingodad.github.io/parsertl-playground/playground/ .
Select a grammar/example from "Examples" select box and then click "Parse" to see a parser tree for the source in "Input source" editor.
It's based on https://github.com/BenHanson/gram_grep and https://github.com/BenHanson/lexertl14 .
Any feedback is welcome !
The grammars available so far (with varying state of correctness):
Beta Was this translation helpful? Give feedback.
All reactions