What type of grammar is used to parse PostgreSQL? Is it LR, LALR, LL, or something else?
The PostgreSQL parser is based on yacc and lex. The parsers generated by yacc are LALR(1). You can read postgres' grammar here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With