Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 433 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 433 Bytes

Contextual Query Language parser in JavaScript

A hand-written, recursive descent parser of the Contextual Query Language as used in the standardized information retrieval protocols - SRU.

The parser can be used in places where the front-end query analysis is required (e.g search UIs, etc).

CQL specification, including the grammar and detailed description of the language: CQL specs