| Product | Language | Parser | Site |
|---|---|---|---|
| PostgreSQL | YACC | http://www.postgresql.org/docs/9.0/static/parser-stage.html | |
| SQLite | C | Lemon | http://www.sqlite.org/arch.html |
| MySQL | YACC (Bison) | http://dev.mysql.com/doc/refman/5.1/en/installing-development-tree.html |
| Product | Language | Parser | Site |
|---|---|---|---|
| LevelDB | C++ | - | http://code.google.com/p/leveldb/ |
| Oracle Berkeley DB | C | SQLite | http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html/ |