mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
There is also a "create table" ast walker which fills info for the new sqlitetype objects. A dependency to the antlr2 runtime was added. The grammar most probably still contain bugs. Why all this? First writing grammars is fun and this is the only way we can get all information for proper table editing + some time in the future when the grammar is finished we can provide real auto completion.
8 lines
78 B
Prolog
8 lines
78 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = libs/antlr-2.7.7/antlr.pro
|
|
SUBDIRS += src
|
|
|
|
|
|
|