sqlpop
sqlpop copied to clipboard
SQL parser (as understood by SQLite)
SQLPOP
SQL parser (as understood by SQLite)
- LALRPOP and custom lexer
- SQLite tokenizer
- SQLite parser
- SQLite syntax diagrams
- SQLite syntax diagram data
Currenly, only the lexer is complete and tested. The parser is almost complete (see LALRPOP issues) but does not support recent SQLite features (like UPSERT, RENAME COLUMN, Window functions).