Grammar online editor/tester
Opened this issue · 0 comments
mingodad commented
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 !