libgraviton / rql-command

RQL parser and lexer commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

RQL parser and lexer commands


Languages

Language:PHP 100.0%