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: sql-parser-cst #673

Closed nene closed 1 year ago

nene commented 1 year ago

Here's a pull request to support new parser for SQL.

As it supports parsing multiple SQL dialects (though for now only two) I've included a config option to switch between the dialects, plus a few more settings.

PS. This is an awesome project. I've been happily using this for years. Big thanks for creating and maintaining it 👍

fkling commented 1 year ago

Thank you @nene! It makes me happy to hear that you find astexplorer useful 😃