|
|
|
|
|
by steinroe
929 days ago
|
|
that's a huge task to take upon, looking forward to go through it! compared to you, we have gone the "easy" way and use the actual parser from the Postgres server. so no grammar definition and the like. our work was mainly around adapting libpg_query (which is build to parse executable SQL) for our use case. |
|
Doesn't Postgres use Lex/Yacc to describe the grammar?