Matrixone MySQL grammar online editor/tester #11890
mingodad
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just added
mysql_sql.y
to https://mingodad.github.io/parsertl-playground/playground/ an onlineYacc/Lex
compatible editor/tester (selectMatrixone MySql (be patient)(partially working)
from examples then clickParse
to see a parser tree for the contents inInput source
editor).I hope it can help debug/develop/document
mysql_sql.y
.There is also other SQL like grammars:
Any feedback is welcome !
Beta Was this translation helpful? Give feedback.
All reactions