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 (no AST is generated for expressions)...