Skip to content
/ cql-js Public
forked from indexdata/cql-js

CQL parser written in JavaScript

License

Notifications You must be signed in to change notification settings

Querela/cql-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • HTML 19.6%