This Directory contains all the files needed to generate a Parser for the QtInterfaceFramework Query Language. The Grammer is defined by using flex (*.l) and QLALR (*.g) To change the grammer you need to edit the *.l or *.g files and generate the corresponding header files All header files (besides the qifqueryterm.*) are autogenerated. You can automatically generate the header files on every change by setting the enable-qlalr CONFIG option $ qmake CONFIG+=enable-qlalr