This is Java open-source library has classes for representing the AST of SQLite and do it's traversing. The current SQLite version implemented is the 3.7.17.
It uses JavaCC for specifying the grammar and JUnit for testing.
- AST nodes classes implemented.
- Syntax almost completely specified.
- SQL printing and AST testing are under development.