Mark syntax errors
[cql-java-moved-to-github.git] / src / main / java / org / z3950 / zing / cql / CQLParser.java
2014-03-19 Jakub SkoczenMark syntax errors
2014-03-19 Jakub SkoczenDisallow multi-token index names
2014-03-17 Jakub SkoczenAllow a list of quoted terms
2014-03-17 Jakub SkoczenFix STDIN reading
2014-03-14 Jakub SkoczenRe-add CQLLexer#main
2014-03-14 Jakub SkoczenRewrite lexer to comply with CQL spec
2014-03-14 Jakub SkoczenPort regression/randomized testing to JUnit
2013-03-05 Jakub SkoczenFlag to control if keyword terms are allowed
2013-03-05 Jakub SkoczenAllow registration of custom relations
2012-07-25 Jakub SkoczenRemove CVS expansions
2012-03-16 Jakub SkoczenRecord position in parse exception
2012-02-09 Jakub SkoczenRelation 'exact' is illegal in CQL 1.2
2012-01-19 Jakub SkoczenAdd ability to parse from char streams
2011-07-22 Jakub SkoczenRewrite XML serialization avoiding string concats
2011-07-22 Jakub SkoczenReplace object with class ref for statics
2011-07-22 Jakub SkoczenChange obsolete collections, remove redundant imports
2011-07-22 Jakub SkoczenHide some memebers as private, add getters
2011-07-22 Jakub SkoczenMake constants read-only
2010-07-27 Mike TaylorReinstate the "exact" relation even when v1.2 is in...
2010-05-25 Mike TaylorCorrect the set of word-relations recognised -- fixes...
2010-05-19 Mike TaylorisRelation() recognises word-form relations from contex...
2010-05-19 Mike TaylorAdd new and more general isRelation() that recognises...
2010-05-19 Mike TaylorRename method isRelation() to isSymbolicRelation()
2009-07-24 Jakub SkoczenMavenized.