db3-sqlparser 0.0.1

db3-sql grammar for the tree-sitter parsing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies.cc]
version = "1.0"
[dependencies.tree-sitter]
version = "~0.20"

[lib]
path = "bindings/rust/lib.rs"

[package]
build = "bindings/rust/build.rs"
categories = ["parsing", "text-editors"]
description = "db3-sql grammar for the tree-sitter parsing library"
edition = "2018"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
keywords = ["incremental", "parsing", "db3-sql"]
license = "MIT"
name = "db3-sqlparser"
version = "0.0.1"