541592eeea6e03bea9cdac41cd5be8c3fd1c7adc
[cql-js-moved-to-github.git] / README.md
1 Comman Query Language parser in JavaScript
2 ==========================================
3
4 A hand-written, recursive descent parser of the Common Query Language as
5 used in the standardized information retrieval protocols - SRU/W.
6
7 The parser can be used in places where the front-end query analysis is 
8 required (e.g search UIs, etc).
9
10 CQL specification, including the grammar and detailed description of the
11 language: [CQL specs](http://www.loc.gov/standards/sru/specs/cql.html)