Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages