Add trivial readme
authorJakub Skoczen <jakub@indexdata.dk>
Tue, 28 May 2013 14:16:57 +0000 (16:16 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Tue, 28 May 2013 14:16:57 +0000 (16:16 +0200)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..541592e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+Comman Query Language parser in JavaScript
+==========================================
+
+A hand-written, recursive descent parser of the Common Query Language as
+used in the standardized information retrieval protocols - SRU/W.
+
+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](http://www.loc.gov/standards/sru/specs/cql.html)