summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/queryparser/README
blob: 4d1f0a29890bbe9cc41c991f7c26803c8b4373e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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