libsql-sqlite3-parser 0.13.0

SQL parser (as understood by SQLite) (libsql fork)
Documentation
1
2
3
4
5
pub mod dialect;
// In Lemon, the tokenizer calls the parser.
pub mod lexer;
mod parser;
pub use parser::ast;