SQLPOP
SQL parser (as understood by SQLite)
- LARLPOP and custom lexer
- SQLite tokenizer
- SQLite parser
- SQLite BNF grammar
- SQLite syntax diagram data
Currenly, only the lexer is complete and tested. The parser is not complete (some expressions parsing are missing) and no AST is generated...