SQL parser (as understood by SQLite)
- LALRPOP and custom lexer
- SQLite tokenizer
- SQLite parser
- SQLite syntax diagrams
- SQLite syntax diagram data
Currently, 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).