We need a small visitor implementation for pretty printing of parsed rql. I assume we'll be adding a rql:debug command in graviton/rql-parser-bundle so devs can debug snippets of rql using this visitor.
After we remove the mongodb visitor in #16 this will also be the reference implementation of a visitor.
We need a small visitor implementation for pretty printing of parsed rql. I assume we'll be adding a
rql:debug
command in graviton/rql-parser-bundle so devs can debug snippets of rql using this visitor.After we remove the mongodb visitor in #16 this will also be the reference implementation of a visitor.