/rql-command

RQL parser and lexer commands

Primary LanguagePHP

RQL parser and lexer commands

This is console commands to visualize your RQL code using Symfony console and RQL parser.

Installation

composer require xiag/rql-command

Usage

./vendor/bin/rql

Lexer command

./vendor/bin/rql rql:lexer '(eq(a,false())|(c=string:3)|like(d,a*ab%2Ac?def))&not(e=6.0)&sort(+a,-b)&limit(1,2)'

alt tag

Parser command

./vendor/bin/rql rql:parser '(eq(a,false())|(c=string:3)|(d=in=(4,5)&not(e=6.0))|f>2015-04-19T05:05:05Z)&like(g,a*ab%2Ac?def)&sort(+a,-b)&limit(1,2)'

alt tag

Resources