I'm building a yacc/lex pair for the Apache Lucene Query Parser Syntax. 1) Has this already been done?
I'm using the specification published on 4/11/2012. 2) Is there a newer version of the specification? I'm hitting shift/reduce conflicts and some constructs that I think should be accepted by one implementation aren't. This probably means I am not interpreting the specification correctly. 3) Is there a more format spec for the syntax than the above document? Thanks in advance for any guidance. Cheers, Scott
