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 almost complete (see LARLPOP issues).
| ★ wanayoo — archive 1999 https://github.com/gwenn/sqlpop | Nouvelle recherche | Portail wanayoo |
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
| Failed to load latest commit information. | |||
|
|
src |
|
|
|
|
.gitignore |
|
|
|
|
.travis.yml |
|
|
|
|
Cargo.toml |
|
|
|
|
README.md |
|
|
|
|
build.rs |
|
|
|
|
clippy.toml |
|
|
SQL parser (as understood by SQLite)
Currenly, only the lexer is complete and tested. The parser is almost complete (see LARLPOP issues).