fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.04k stars 711 forks source link

Add new SQL parser: pgsql-ast-parser #682

Open nene opened 1 year ago

nene commented 1 year ago

Although it doesn't support full PostgreSQL syntax, this is to my knowledge the best available PostgreSQL parser in JavaScript. It is used to implement in in-memory PostgreSQL database, so I'd expect it to be relatively solid with regards to the subset of syntax it does support.