changeset 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
-1:000000000000 | 0:1918ee327afb |
---|---|
1 |
|
2 TEMPLATE = app |
|
3 QT = core |
|
4 TARGET = qlalr |
|
5 mac:CONFIG -= app_bundle |
|
6 |
|
7 SOURCES += compress.cpp \ |
|
8 cppgenerator.cpp \ |
|
9 dotgraph.cpp \ |
|
10 lalr.cpp \ |
|
11 main.cpp \ |
|
12 parsetable.cpp \ |
|
13 recognizer.cpp \ |
|
14 grammar.cpp |
|
15 |
|
16 HEADERS += compress.h \ |
|
17 cppgenerator.h \ |
|
18 dotgraph.h \ |
|
19 lalr.h \ |
|
20 parsetable.h \ |
|
21 grammar_p.h |