tree-sitter-cql

Crates.iotree-sitter-cql
lib.rstree-sitter-cql
version0.2.0
sourcesrc
created_at2022-04-29 02:34:46.217968
updated_at2024-05-09 07:16:07.561646
descriptioncql grammar for the tree-sitter parsing library
homepage
repositoryhttps://github.com/tree-sitter/tree-sitter-cql
max_upload_size
id577101
size1,001,892
Conor (conorbros)

documentation

README

Usage

Add the following line to Cargo.toml.

tree-sitter-cql = "0.0.1"

Regenerate

  1. Make changes to grammar.js
  2. Run cargo install tree-sitter-cli
  3. Ensure that .cargo/bin is in your $PATH
  4. Install nodejs. Possibly pacman -Syu nodejs or apt-get install nodejs.
  5. Run tree-sitter generate
Commit count: 0

cargo fmt