libgraviton / php-rql-parser

A PHP RQL Parsing Library
15 stars 4 forks source link

print visitor #19

Closed hairmare closed 9 years ago

hairmare commented 9 years ago

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.

hairmare commented 9 years ago

This need has been fulfilled through https://github.com/xiag-ag/rql-command...