Metadata-Version: 2.1
Name: tree-sitter-sql-bigquery
Version: 0.8.0
Summary: SqlBigquery grammar for tree-sitter
License: MIT
Project-URL: Homepage, https://github.com/tree-sitter/tree-sitter-sql-bigquery
Keywords: incremental,parsing,tree-sitter,sql-bigquery
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: core
License-File: LICENSE

[![Build/Test](https://github.com/TKNGUE/tree-sitter-sql-bigquery/actions/workflows/ci.yml/badge.svg)](https://github.com/TKNGUE/tree-sitter-sql-bigquery/actions/workflows/ci.yml)

# 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](https://takegue.github.io/tree-sitter-sql-bigquery/)

### References

- ZetaSQL: https://github.com/google/zetasql/blob/master/docs/README.md

- Other SQL Dialect Projects:
  - MySQL: https://github.com/DerekStride/tree-sitter-sql
  - PostgreSQL: https://github.com/m-novikov/tree-sitter-sql
  - SQLite: https://github.com/dhcmrlchtdj/tree-sitter-sqlite

## Development

### Running tests

```
npm install --also=dev
npm test
```

### Debbuging

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