Skip to content

Frontend

Jiang Zhe edited this page Jan 17, 2022 · 1 revision

Frontend is powered by nom, a parser combinator library which makes writing parser easy and fun.

  • It parses basic SQL syntax of MySQL and returns an AST.

  • Expressions are handled by Pratt parsing techniques.

  • It also includes a simple SQL pretty formatter.

Clone this wiki locally