Metadata-Version: 2.4
Name: tree-sitter-cst
Version: 0.1.0
Summary: CST grammar for tree-sitter
Author-email: ObserverOfTime <chronobserver@disroot.org>
License: MIT
Project-URL: Homepage, https://github.com/tree-sitter-grammars/tree-sitter-cst
Project-URL: Funding, https://github.com/sponsors/ObserverOfTime
Keywords: incremental,parsing,tree-sitter,cst
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter~=0.24; extra == "core"
Dynamic: license-file

# tree-sitter-cst

[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-cst/actions/workflows/ci.yml)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-cst)
[![crates][crates]](https://crates.io/crates/tree-sitter-cst)
[![pypi][pypi]](https://pypi.org/project/tree-sitter-cst/)

A Tree-sitter parser for the tree-sitter CST format.

## References

- [`cst_render_node`](https://github.com/tree-sitter/tree-sitter/blob/e749a97/crates/cli/src/parse.rs#L919)

[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-cst/ci.yml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
[npm]: https://img.shields.io/npm/v/tree-sitter-cst?logo=npm
[crates]: https://img.shields.io/crates/v/tree-sitter-cst?logo=rust
[pypi]: https://img.shields.io/pypi/v/tree-sitter-cst?logo=pypi&logoColor=ffd242
