THIS IS A SWISH-E QUERY PARSER DEVELOPMENT, written with lex/yacc using Lex & Yacc while studying the L&Y book by Levin, Mason and Brown, and "The Unix Programming Environment" by Kernighan and Pike (K&P) With help from 'prec' and 'wcstok' in irc.freenode.net's #c channel. ** To test use 'make test' ** Or hand-test with % echo "this is a query" | ./jqp which returns ie: ((((this) AND (is)) AND (a)) AND (query)) Copyright (c) 2005 Josh Rabinowitz. Licensed the same as perl itself. TODO: see TODO FILE