An open API service indexing awesome lists of open source software.

https://github.com/hmarr/tree-sitter-sqlite

🌳 A work-in-progress SQLite grammar for tree-sitter
https://github.com/hmarr/tree-sitter-sqlite

Last synced: 8 months ago
JSON representation

🌳 A work-in-progress SQLite grammar for tree-sitter

Awesome Lists containing this project

README

          

# tree-sitter-sqlite

A work-in-progress [SQLite](https://www.sqlite.org/) grammar for [tree-sitter](https://tree-sitter.github.io/tree-sitter/).

## Useful resources

- [SQLite syntax guide](https://sqlite.org/lang.html)
- [SQLite ANTLR grammar](https://github.com/antlr/grammars-v4/blob/master/sql/sqlite/SQLite.g4)
- [SQL standard grammar](https://jakewheat.github.io/sql-overview/)
- [Alternative source](https://ronsavage.github.io/SQL/)
- [Syntax rules](https://github.com/ronsavage/SQL/blob/master/Syntax.rules.txt) (referenced in the grammar)
- [Documentation for creating tree-siter parser](https://tree-sitter.github.io/tree-sitter/creating-parsers)