You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just added parser.y to https://mingodad.github.io/parsertl-playground/playground/ an Yacc/Lex online editor/tester (select condb2 sql parser from Examples then click Parse to see a parser tree for the content in Input source editor).
I hope it can help debug/develop/test/document this project grammars !
There is several other database grammars there like:
Sqlite3
CG-CQL
DuckDB
PostgreSQL
MySQL
...
Any feedback is welcome !
The text was updated successfully, but these errors were encountered:
I've just added
parser.y
to https://mingodad.github.io/parsertl-playground/playground/ anYacc/Lex
online editor/tester (selectcondb2 sql parser
fromExamples
then clickParse
to see a parser tree for the content inInput source
editor).I hope it can help debug/develop/test/document this project grammars !
There is several other database grammars there like:
Any feedback is welcome !
The text was updated successfully, but these errors were encountered: