Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 476 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 476 Bytes

google-sql-parser

Google SQL parser based on ANTLR4.

Usage

Build

make build

Test

make test

References

  • Query Syntax, is the reference for the query(SELECT) syntax.

  • zetasql Yacc parser, is the reference for the syntax detail missing in the document like expression.