Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 904 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 904 Bytes

Build/Test

tree-sitter for GoogleSQL (SQL dialect in BigQuery)

GoogleSQL(formerly known as StandardSQL) parser available in many programming language such as Rust, Node and so on. You could try out the demo on Github Pages

References

Development

Running tests

npm install --also=dev
npm test

Debbuging

  • npm run parse <your sql file.sql> outputs a syntax tree