Files
sqlitebrowser/src/grammar
Martin Kleusberg 517743ff3f grammar: Add window functions to parser
We don't do anything with the extended parser yet but I'm not even sure
the window functions can be used in CREATE TABLE or CREATE INDEX
statements anyway.
2018-09-28 16:11:11 +02:00
..

To generate c++ code from the grammar(sqlit3.g) you need
antlr 2.7.7. Download it from www.antlr2.org.

Either put the antlr.jar into your system classpath or
start it like this:
java -cp .:/pathto/antlr.jar antlr.Tool sqlite3.g