3d55ee2cf968f0c2e287cffd991b3075b07bfc92
[cql-js-moved-to-github.git] / README.md
1 Contextual Query Language parser in JavaScript
2 ==========================================
3
4 A hand-written, recursive descent parser of the Contextual 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)